Skip to main content

Module subscription

Module subscription 

Source
Expand description

Subscription request and response types.

SubscriptionDescriptor is what a consumer sends; the publisher replies with SubscribeResponse, either an SubscribeAck pointing at the endpoint to read from, or a SubscribeError.

Structs§

Sampling
Optional sampling policy that can be applied server-side.
SubscribeAck
Successful subscription. Tells the consumer where to read from and what to expect.
SubscribeError
Reason a subscription was refused.
SubscriptionDescriptor
Request to open one feed.

Enums§

FilterExpr
Server-side filter expression.
SubscribeErrorCode
SubscribeResponse
Publisher’s reply to a SubscriptionDescriptor.