SearchPagedFlux Class
- java.
lang. Object - reactor.
core. publisher. Flux - com.
azure. core. util. paging. ContinuablePagedFlux<C,T,P> - com.
azure. core. util. paging. ContinuablePagedFluxCore<C,T,P> - com.
azure. search. documents. models. SearchPagedFlux
- com.
- com.
- com.
- reactor.
public final class SearchPagedFlux
extends ContinuablePagedFluxCore<SearchContinuationToken,SearchResult,SearchPagedResponse>
Response type for search(SearchOptions options).
Constructor Summary
| Constructor | Description |
|---|---|
| SearchPagedFlux(Supplier<PageRetriever<SearchContinuationToken,SearchPagedResponse>> pageRetrieverProvider) |
Creates a new instance of SearchPagedFlux. |
Methods inherited from ContinuablePagedFlux
Methods inherited from ContinuablePagedFluxCore
Methods inherited from java.lang.Object
Methods inherited from reactor.core.publisher.Flux
Constructor Details
SearchPagedFlux
public SearchPagedFlux(Supplier<PageRetriever<SearchContinuationToken,SearchPagedResponse>> pageRetrieverProvider)
Creates a new instance of SearchPagedFlux.
Parameters: