Namespace TypedRest.CodeGeneration.Endpoints.Reactive
Classes
- PollingEndpoint
Endpoint for a resource that can be polled for state changes.
- StreamingCollectionEndpoint
Endpoint for a collection of entities observable as an append-only stream using long-polling.
- StreamingEndpoint
Endpoint for a stream of entities using a persistent HTTP connection.