# Packages

No description provided by the author

# Functions

NewSubscriptionManager constructor.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
when multiple websocket client are connected for the same topic, send events to all connected clients.
when multiple websocket client are connected for the same topic, send each event to only one of the connected clients.
ErrorHandlingBlock blocks the event stream until the handler can accept the event.
ErrorHandlingSkip processes up to the retry behavior on the stream, then skips to the next event.
send events via a webhook endpoint.
send events via a websocket connection.
FromBlockNewest is the special string that means subscribe from the current block.
MaxBatchSize is the maximum that a user can specific for their batch size.
StreamPathPrefix is the path prefix for event streams.
SubPathPrefix is the path prefix for subscriptions.

# Structs

No description provided by the author
StreamInfo configures the stream to perform an action for each event.

# Interfaces

SubscriptionManager provides REST APIs for managing events.