Class StreamingCollectionEndpoint
- Namespace
- TypedRest.CodeGeneration.Endpoints.Reactive
- Assembly
- TypedRest.CodeGeneration.dll
Endpoint for a collection of entities observable as an append-only stream using long-polling.
public class StreamingCollectionEndpoint : CollectionEndpoint, IEndpoint, IOpenApiSerializable, IOpenApiElement, IOpenApiExtension
- Inheritance
-
objectStreamingCollectionEndpoint
- Implements
- Inherited Members
Properties
Kind
The kind/type of endpoint.
public override string Kind { get; }