GenericStreamingCollectionEndpoint
interface GenericStreamingCollectionEndpoint<TEntity : Any, TElementEndpoint : ElementEndpoint<TEntity>> : GenericCollectionEndpoint<TEntity, TElementEndpoint>
Endpoint for a collection of TEntitys observable as an append-only stream.
Use the more constrained StreamingCollectionEndpoint when possible.
Type Parameters
TEntity
The type of individual elements in the collection.
TElementEndpoint
The type of ElementEndpoint to provide for individual TEntitys.
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