Class ClassifyDocumentPagedFlux

java.lang.Object
reactor.core.publisher.Flux<T>
com.azure.core.util.paging.ContinuablePagedFlux<C,T,P>
com.azure.core.util.paging.ContinuablePagedFluxCore<String,ClassifyDocumentResultCollection,com.azure.core.http.rest.PagedResponse<ClassifyDocumentResultCollection>>
com.azure.ai.textanalytics.util.ClassifyDocumentPagedFlux
All Implemented Interfaces:
org.reactivestreams.Publisher<ClassifyDocumentResultCollection>, CorePublisher<ClassifyDocumentResultCollection>

public final class ClassifyDocumentPagedFlux extends com.azure.core.util.paging.ContinuablePagedFluxCore<String,ClassifyDocumentResultCollection,com.azure.core.http.rest.PagedResponse<ClassifyDocumentResultCollection>>
An implementation of ContinuablePagedFluxCore that uses default PagedResponse.
See Also:
  • ContinuablePagedFluxCore
  • Constructor Details