Class SearchPagedFlux

java.lang.Object
reactor.core.publisher.Flux<SearchResult>
com.azure.core.util.paging.ContinuablePagedFlux<String, SearchResult, SearchPagedResponse>
com.azure.core.util.paging.ContinuablePagedFluxCore<String, SearchResult, SearchPagedResponse>
com.azure.core.http.rest.PagedFluxBase<SearchResult, SearchPagedResponse>
com.azure.search.documents.util.SearchPagedFlux
All Implemented Interfaces:
org.reactivestreams.Publisher<SearchResult>, CorePublisher<SearchResult>

public final class SearchPagedFlux extends com.azure.core.http.rest.PagedFluxBase<SearchResult, SearchPagedResponse>
Implementation of ContinuablePagedFlux where the continuation token type is SearchRequest, the element type is SearchResult, and the page type is SearchPagedResponse.