open class DefaultSubscribeHandler : Handler<ServerFrame>
STOMP compliant actions executed when receiving a SUBSCRIBE frame. This handler is thread safe.
Author
Clement Escoffier
DefaultSubscribeHandler()
STOMP compliant actions executed when receiving a |
open fun handle(serverFrame: ServerFrame): Unit |