- Companion
- class
Value members
Concrete methods
Specifies a callback that will be run after an incoming subscription request has been accepted. Useful for e.g terminating a subscription after some time, such as authorization expiring.
Specifies a callback that will be run after an incoming subscription request has been accepted. Useful for e.g terminating a subscription after some time, such as authorization expiring.
Specifies a callback that will be run before an incoming subscription request is accepted. Useful for e.g authorizing the incoming subscription before accepting it.
Specifies a callback that will be run before an incoming subscription request is accepted. Useful for e.g authorizing the incoming subscription before accepting it.
Specifies a callback that will be run on the resulting ZStream
for every active subscription. Useful to e.g modify the environment
to inject session information into the ZStream handling the
subscription.
Specifies a callback that will be run on the resulting ZStream
for every active subscription. Useful to e.g modify the environment
to inject session information into the ZStream handling the
subscription.