Class BlobChangefeedPagedFlux

All Implemented Interfaces:
org.reactivestreams.Publisher<BlobChangefeedEvent>, CorePublisher<BlobChangefeedEvent>

public final class BlobChangefeedPagedFlux extends 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.