Package | Description |
---|---|
io.vertx.rxjava.ext.stomp |
Class and Description |
---|
Acknowledgement
Structure passed to acknowledgement handler called when a
ACK or NACK frame is received. |
Destination
Represents a STOMP destination.
|
DestinationFactory
Interface implemented to customize the destination creation.
|
Frames
Utility methods to build common
Frame 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 a
StompClientConnection , that let
send and receive STOMP frames. |
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.
|
Copyright © 2021 Eclipse. All rights reserved.