Interface StompServerHandler

  • All Superinterfaces:
    Handler<ServerFrame>

    public interface StompServerHandler
    extends Handler<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.
    Author:
    Clement Escoffier