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.