Class SuggestPagedFlux

java.lang.Object
reactor.core.publisher.Flux<T>
com.azure.core.util.paging.ContinuablePagedFlux<C,T,P>
com.azure.core.util.paging.ContinuablePagedFluxCore<String,T,P>
com.azure.core.http.rest.PagedFluxBase<SuggestResult,SuggestPagedResponse>
com.azure.search.documents.util.SuggestPagedFlux
All Implemented Interfaces:
org.reactivestreams.Publisher<SuggestResult>, CorePublisher<SuggestResult>

public final class SuggestPagedFlux extends com.azure.core.http.rest.PagedFluxBase<SuggestResult,SuggestPagedResponse>
Implementation of PagedFluxBase where the element type is SuggestResult and the page type is SuggestPagedResponse.
  • Constructor Details

    • SuggestPagedFlux

      public SuggestPagedFlux(Supplier<Mono<SuggestPagedResponse>> firstPageRetriever)
      Creates an instance of SuggestPagedFlux that retrieves a single page.
      Parameters:
      firstPageRetriever - Supplier that handles retrieving the first page.