vertx / io.vertx.ext.stomp / DefaultSubscribeHandler

DefaultSubscribeHandler

open class DefaultSubscribeHandler : Handler<ServerFrame>

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

Author
Clement Escoffier

Constructors

<init>

DefaultSubscribeHandler()

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

Functions

handle

open fun handle(serverFrame: ServerFrame): Unit