Package io.vertx.ext.stomp
package io.vertx.ext.stomp
-
ClassDescriptionStructure passed to acknowledgement handler called when a
ACKorNACKframe is received.Specify the event bus bridge options.The list of command defined by the STOMP specification.STOMP compliant actions executed when receiving aABORTframe.STOMP compliant actions executed when receiving aACKframe.STOMP compliant actions executed when receiving aBEGINframe.STOMP compliant actions executed when receiving aCOMMITframe.STOMP compliant actions executed when receiving aCONNECTframe.STOMP compliant actions executed when receiving aNACKsf.frame().STOMP compliant actions executed when receiving aSENDsf.frame().STOMP compliant actions executed when receiving aSUBSCRIBEframe.STOMP compliant actions executed when receiving aUNSUBSCRIBEframe.Represents a STOMP destination.Interface implemented to customize the destination creation.Represents a STOMP frame.Represents the heartbeat configuration.Converter and mapper forFrame.Utility methods to build commonFrames.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.Options used to configure a STOMP client.Converter and mapper forStompClientOptions.Defines a couples of constants shared by client and server options.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.STOMP Server options.Converter and mapper forStompServerOptions.Defines the type of WebSocket frames to use when sending STOMP messages over WebSocket.