vertx / io.vertx.ext.stomp / DefaultUnsubscribeHandler

DefaultUnsubscribeHandler

open class DefaultUnsubscribeHandler : Handler<ServerFrame>

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

Author
Clement Escoffier

Constructors

<init>

DefaultUnsubscribeHandler()

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

Functions

handle

open fun handle(serverFrame: ServerFrame): Unit