vertx / io.vertx.ext.stomp / DefaultBeginHandler

DefaultBeginHandler

open class DefaultBeginHandler : Handler<ServerFrame>

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

Author
Clement Escoffier

Constructors

<init>

DefaultBeginHandler()

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

Functions

handle

open fun handle(serverFrame: ServerFrame): Unit