Interface IStreamingCollectionEndpoint<TEntity>
Endpoint for a collection of TEntity
s 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
TEntity
The type of entity the endpoint represents.
- Inherited Members
- Extension Methods