vertx / io.vertx.ext.stomp / DefaultAbortHandler

DefaultAbortHandler

open class DefaultAbortHandler : Handler<ServerFrame>

STOMP compliant actions executed when receiving a ABORT frame. This handler is thread safe.

Author
Clement Escoffier

Constructors

<init>

DefaultAbortHandler()

STOMP compliant actions executed when receiving a ABORT frame. This handler is thread safe.

Functions

handle

open fun handle(sf: ServerFrame): Unit