Uses of Class
io.vertx.mutiny.ext.stomp.Acknowledgement
Packages that use Acknowledgement
-
Uses of Acknowledgement in io.vertx.mutiny.ext.stomp
Fields in io.vertx.mutiny.ext.stomp with type parameters of type AcknowledgementModifier and TypeFieldDescriptionstatic final TypeArg<Acknowledgement>
Acknowledgement.__TYPE_ARG
Methods in io.vertx.mutiny.ext.stomp that return AcknowledgementModifier and TypeMethodDescriptionstatic Acknowledgement
Acknowledgement.newInstance
(io.vertx.ext.stomp.Acknowledgement arg) Method parameters in io.vertx.mutiny.ext.stomp with type arguments of type AcknowledgementModifier and TypeMethodDescriptionStompServerHandler.onAckHandler
(Consumer<Acknowledgement> handler) StompServerHandler.onNackHandler
(Consumer<Acknowledgement> handler)