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