StreamingCollectionEndpointImpl
open class StreamingCollectionEndpointImpl<TEntity : Any> : GenericStreamingCollectionEndpointImpl<TEntity, ElementEndpoint<TEntity>> , StreamingCollectionEndpoint<TEntity>
Endpoint for a collection of TEntitys observable as an append-only stream using long-polling.
Use GenericStreamingCollectionEndpointImpl instead if you wish to customize the element endpoint type.
Type Parameters
TEntity
The type of individual elements in the collection.
Constructors
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Interval in which requests are sent to the server. The server may update this interval via the Retry-After response header.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard