Uses of Interface
io.vertx.amqp.AmqpMessage
-
Packages that use AmqpMessage Package Description io.vertx.amqp io.vertx.reactivex.amqp io.vertx.rxjava3.amqp -
-
Uses of AmqpMessage in io.vertx.amqp
Methods in io.vertx.amqp that return AmqpMessage Modifier and Type Method Description AmqpMessage
AmqpMessage. accepted()
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.AmqpMessage
AmqpMessageBuilder. build()
AmqpMessage
AmqpMessage. modified(boolean deliveryFailed, boolean undeliverableHere)
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message asmodified
.AmqpMessage
AmqpMessage. rejected()
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message asrejected
.AmqpMessage
AmqpMessage. released()
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message asreleased
.Methods in io.vertx.amqp with parameters of type AmqpMessage Modifier and Type Method Description static AmqpMessageBuilder
AmqpMessage. create(AmqpMessage existing)
Creates a builder to create a newAmqpMessage
copying the metadata from the passed message.AmqpSender
AmqpSender. send(AmqpMessage message)
Sends an AMQP message.Future<Void>
AmqpSender. sendWithAck(AmqpMessage message)
Sends an AMQP message and waits for an acknowledgement.Method parameters in io.vertx.amqp with type arguments of type AmqpMessage Modifier and Type Method Description AmqpReceiver
AmqpReceiver. handler(Handler<AmqpMessage> handler)
-
Uses of AmqpMessage in io.vertx.reactivex.amqp
Methods in io.vertx.reactivex.amqp that return AmqpMessage Modifier and Type Method Description AmqpMessage
AmqpMessage. getDelegate()
Methods in io.vertx.reactivex.amqp with parameters of type AmqpMessage Modifier and Type Method Description static AmqpMessage
AmqpMessage. newInstance(AmqpMessage arg)
Constructors in io.vertx.reactivex.amqp with parameters of type AmqpMessage Constructor Description AmqpMessage(AmqpMessage delegate)
-
Uses of AmqpMessage in io.vertx.rxjava3.amqp
Methods in io.vertx.rxjava3.amqp that return AmqpMessage Modifier and Type Method Description AmqpMessage
AmqpMessage. getDelegate()
Methods in io.vertx.rxjava3.amqp with parameters of type AmqpMessage Modifier and Type Method Description static AmqpMessage
AmqpMessage. newInstance(AmqpMessage arg)
Constructors in io.vertx.rxjava3.amqp with parameters of type AmqpMessage Constructor Description AmqpMessage(AmqpMessage delegate)
-