Class StompServerHandler

  • All Implemented Interfaces:
    io.vertx.core.Handler<ServerFrame>, Consumer<ServerFrame>

    public class StompServerHandler
    extends Object
    implements io.vertx.core.Handler<ServerFrame>, Consumer<ServerFrame>
    STOMP server handler implements the behavior of the STOMP server when a specific event occurs. For instance, if let customize the behavior when specific STOMP frames arrives or when a connection is closed. This class has been designed to let you customize the server behavior. The default implementation is compliant with the STOMP specification. In this default implementation, not acknowledge frames are dropped.

    NOTE: This class has been automatically generated from the original non Mutiny-ified interface using Vert.x codegen.