Interface PaginatedItemsPublisher.Builder
- Enclosing class:
PaginatedItemsPublisher<ResponseT,
ItemT>
public static interface PaginatedItemsPublisher.Builder
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
isLastPage
(boolean isLastPage) iteratorFunction
(Function iteratorFunction) nextPageFetcher
(AsyncPageFetcher nextPageFetcher)
-
Method Details
-
nextPageFetcher
-
iteratorFunction
-
isLastPage
-
build
PaginatedItemsPublisher build()
-