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