StreamingCollectionEndpoint
interface StreamingCollectionEndpoint<TEntity : Any> : GenericStreamingCollectionEndpoint<TEntity, ElementEndpoint<TEntity>>
Endpoint for a collection of TEntitys observable as an append-only stream.
Use GenericStreamingCollectionEndpoint instead if you wish to customize the element endpoint type.
Type Parameters
TEntity
The type of entity the endpoint represents.
Inheritors
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