Interface IStreamingCollectionEndpoint<TEntity>
Endpoint for a collection of TEntitys observable as an append-only stream.
public interface IStreamingCollectionEndpoint<TEntity> : IStreamingCollectionEndpoint<TEntity, IElementEndpoint<TEntity>>, ICollectionEndpoint<TEntity>, ICollectionEndpoint<TEntity, IElementEndpoint<TEntity>>, IIndexerEndpoint<IElementEndpoint<TEntity>>, IEndpoint where TEntity : class
Type Parameters
TEntityThe type of entity the endpoint represents.
- Inherited Members
- Extension Methods