open class Acknowledgement
Structure passed to acknowledgement handler called when a |
|
open class Destination
Represents a STOMP destination. Depending on the implementation, the message delivery is different. Queue are sending message to only one subscribers, while topics are broadcasting the message to all subscribers. Implementations must be thread-safe. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.Destination non RX-ified interface using Vert.x codegen. |
|
open class DestinationFactory
Interface implemented to customize the destination creation. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.DestinationFactory non RX-ified interface using Vert.x codegen. |
|
open class Frames
Utility methods to build common io.vertx.ext.stomp.Frames. It defines a non-STOMP frame ( |
|
open class StompClientConnection
Once a connection to the STOMP server has been made, client receives a io.vertx.reactivex.ext.stomp.StompClientConnection, that let send and receive STOMP frames. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.StompClientConnection non RX-ified interface using Vert.x codegen. |
|
open class StompServer
Defines a STOMP server. STOMP servers delegates to a io.vertx.reactivex.ext.stomp.StompServerHandler that let customize the behavior of the server. By default, it uses a handler compliant with the STOMP specification, but let you change anything. NOTE: This class has been automatically generated from the io.vertx.ext.stomp.StompServer non RX-ified interface using Vert.x codegen. |