SuggestPagedFlux 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. core. http. rest. PagedFluxBase<T,P> - com.
azure. search. documents. util. SuggestPagedFlux
- com.
- com.
- com.
- com.
- reactor.
public final class SuggestPagedFlux
extends PagedFluxBase<SuggestResult,SuggestPagedResponse>
Implementation of PagedFluxBase<T,P> where the element type is SuggestResult and the page type is SuggestPagedResponse.
Constructor Summary
| Constructor | Description |
|---|---|
| SuggestPagedFlux(Supplier<Mono<SuggestPagedResponse>> firstPageRetriever) |
Creates an instance of SuggestPagedFlux that retrieves a single page. |
Methods inherited from PagedFluxBase
Methods inherited from ContinuablePagedFlux
Methods inherited from ContinuablePagedFluxCore
Methods inherited from java.lang.Object
Methods inherited from reactor.core.publisher.Flux
Constructor Details
SuggestPagedFlux
public SuggestPagedFlux(Supplier<Mono<SuggestPagedResponse>> firstPageRetriever)
Creates an instance of SuggestPagedFlux that retrieves a single page.
Parameters: