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