Package io.vertx.mutiny.ext.stomp
package io.vertx.mutiny.ext.stomp
-
ClassesClassDescriptionStructure passed to acknowledgement handler called when a
ACK
orNACK
frame is received.Represents a STOMP destination.Interface implemented to customize the destination creation.Utility methods to build commonFrame
s.Structure passed to server handler when receiving a frame.Defines a STOMP client.Once a connection to the STOMP server has been made, client receives aStompClientConnection
, that let send and receive STOMP frames.Defines a STOMP server.Class representing a connection between a STOMP client a the server.STOMP server handler implements the behavior of the STOMP server when a specific event occurs.