Namespace TypedRest.CommandLine.Commands.Reactive
Commands for operating on TypedRest.Endpoints.Reactive.
Classes
- PollingCommand<TEntity>
Command operating on an IPollingEndpoint<TEntity>.
- StreamingCollectionCommand<TEntity>
Command operating on a IStreamingCollectionEndpoint<TEntity>.
- StreamingCollectionCommand<TEntity, TElementEndpoint, TElementCommand>
Command operating on a IStreamingCollectionEndpoint<TEntity, TElementEndpoint>.
- StreamingCollectionCommand<TEntity, TEndpoint, TElementEndpoint, TElementCommand>
Command operating on a IStreamingCollectionEndpoint<TEntity, TElementEndpoint>.
- StreamingCommand<TEntity, TEndpoint>
Command operating on a IStreamingEndpoint<TEntity>.