Class BlobChangefeedPagedFlux

java.lang.Object
reactor.core.publisher.Flux<BlobChangefeedEvent>
com.azure.core.util.paging.ContinuablePagedFlux<String,BlobChangefeedEvent,BlobChangefeedPagedResponse>
com.azure.storage.blob.changefeed.BlobChangefeedPagedFlux
All Implemented Interfaces:
org.reactivestreams.Publisher<BlobChangefeedEvent>, CorePublisher<BlobChangefeedEvent>

public final class BlobChangefeedPagedFlux extends com.azure.core.util.paging.ContinuablePagedFlux<String,BlobChangefeedEvent,BlobChangefeedPagedResponse>
Implementation of ContinuablePagedFlux for Changefeed where the continuation token type is String, the element type is BlobChangefeedEvent, and the page type is BlobChangefeedPagedResponse.