Class CosmosPagedFlux<T>

Type Parameters:
T - The type of elements in a ContinuablePage
All Implemented Interfaces:
org.reactivestreams.Publisher<T>, CorePublisher<T>

public final class CosmosPagedFlux<T> extends ContinuablePagedFlux<String,T,FeedResponse<T>>
Cosmos implementation of ContinuablePagedFlux.

This type is a Flux that provides the ability to operate on pages of type FeedResponse and individual items in such pages. This type supports String type continuation tokens, allowing for restarting from a previously-retrieved continuation token.

For more information on the base type, refer ContinuablePagedFlux

See Also: