Uses of Package
io.vertx.ext.stomp
-
Packages that use io.vertx.ext.stomp Package Description io.vertx.ext.stomp io.vertx.reactivex.ext.stomp io.vertx.rxjava3.ext.stomp -
Classes in io.vertx.ext.stomp used by io.vertx.ext.stomp Class Description Acknowledgement Structure passed to acknowledgement handler called when aACK
orNACK
frame is received.BridgeOptions Specify the event bus bridge options.Command The list of command defined by the STOMP specification.Destination Represents a STOMP destination.DestinationFactory Interface implemented to customize the destination creation.Frame Represents a STOMP frame.Frame.Heartbeat Represents the heartbeat configuration.ServerFrame Structure passed to server handler when receiving a frame.StompClient Defines a STOMP client.StompClientConnection Once a connection to the STOMP server has been made, client receives aStompClientConnection
, that let send and receive STOMP frames.StompClientOptions Options used to configure a STOMP client.StompOptions Defines a couples of constants shared by client and server options.StompServer Defines a STOMP server.StompServerConnection Class representing a connection between a STOMP client a the server.StompServerHandler STOMP server handler implements the behavior of the STOMP server when a specific event occurs.StompServerOptions STOMP Server options. -
Classes in io.vertx.ext.stomp used by io.vertx.reactivex.ext.stomp Class Description Acknowledgement Structure passed to acknowledgement handler called when aACK
orNACK
frame is received.BridgeOptions Specify the event bus bridge options.Destination Represents a STOMP destination.DestinationFactory Interface implemented to customize the destination creation.Frame Represents a STOMP frame.Frames Utility methods to build commonFrame
s.ServerFrame Structure passed to server handler when receiving a frame.StompClient Defines a STOMP client.StompClientConnection Once a connection to the STOMP server has been made, client receives aStompClientConnection
, that let send and receive STOMP frames.StompClientOptions Options used to configure a STOMP client.StompServer Defines a STOMP server.StompServerConnection Class representing a connection between a STOMP client a the server.StompServerHandler STOMP server handler implements the behavior of the STOMP server when a specific event occurs.StompServerOptions STOMP Server options. -
Classes in io.vertx.ext.stomp used by io.vertx.rxjava3.ext.stomp Class Description Acknowledgement Structure passed to acknowledgement handler called when aACK
orNACK
frame is received.BridgeOptions Specify the event bus bridge options.Destination Represents a STOMP destination.DestinationFactory Interface implemented to customize the destination creation.Frame Represents a STOMP frame.Frames Utility methods to build commonFrame
s.ServerFrame Structure passed to server handler when receiving a frame.StompClient Defines a STOMP client.StompClientConnection Once a connection to the STOMP server has been made, client receives aStompClientConnection
, that let send and receive STOMP frames.StompClientOptions Options used to configure a STOMP client.StompServer Defines a STOMP server.StompServerConnection Class representing a connection between a STOMP client a the server.StompServerHandler STOMP server handler implements the behavior of the STOMP server when a specific event occurs.StompServerOptions STOMP Server options.