Uses of Interface
io.vertx.ext.stomp.Acknowledgement
Packages that use Acknowledgement
-
Uses of Acknowledgement in io.vertx.ext.stomp
Method parameters in io.vertx.ext.stomp with type arguments of type AcknowledgementModifier and TypeMethodDescriptionStompServerHandler.onAckHandler(Handler<Acknowledgement> handler) Configures the action to execute when messages are acknowledged.StompServerHandler.onNackHandler(Handler<Acknowledgement> handler) Configures the action to execute when messages are not acknowledged. -
Uses of Acknowledgement in io.vertx.reactivex.ext.stomp
Methods in io.vertx.reactivex.ext.stomp that return AcknowledgementMethods in io.vertx.reactivex.ext.stomp with parameters of type AcknowledgementModifier and TypeMethodDescriptionstatic AcknowledgementAcknowledgement.newInstance(Acknowledgement arg) Constructors in io.vertx.reactivex.ext.stomp with parameters of type Acknowledgement -
Uses of Acknowledgement in io.vertx.rxjava3.ext.stomp
Methods in io.vertx.rxjava3.ext.stomp that return AcknowledgementMethods in io.vertx.rxjava3.ext.stomp with parameters of type AcknowledgementModifier and TypeMethodDescriptionstatic AcknowledgementAcknowledgement.newInstance(Acknowledgement arg) Constructors in io.vertx.rxjava3.ext.stomp with parameters of type Acknowledgement