Attributes
- Companion
- trait
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
WebSocketHooks.type
Members list
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.
Attributes
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.
Attributes
Specifies a ZPipeline that will be applied to 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 ZPipeline that will be applied to the resulting ZStream
for every active subscription. Useful to e.g modify the environment to inject session information into the ZStream
handling the subscription.
Attributes
Specifies a callback that will be run when ever a pong message is received.
Specifies a callback that will be run when ever a pong message is received.