| Package | Description | 
|---|---|
| io.vertx.amqp | |
| io.vertx.reactivex.amqp | |
| io.vertx.rxjava.amqp | 
| Modifier and Type | Method and 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 didItFail,
        boolean wasItDeliveredHere)
When receiving a message,  and when auto-acknowledgement is disabled, this method is used to acknowledge
 the incoming message as  
modified. | 
AmqpMessage | 
AmqpMessage.rejected()
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge
 the incoming message as  
rejected. | 
AmqpMessage | 
AmqpMessage.released()
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge
 the incoming message as  
released. | 
| Modifier and Type | Method and Description | 
|---|---|
static AmqpMessageBuilder | 
AmqpMessage.create(AmqpMessage existing)
Creates a builder to create a new  
AmqpMessage copying the metadata from the passed message. | 
AmqpSender | 
AmqpSender.send(AmqpMessage message)
Sends an AMQP message. 
 | 
AmqpSender | 
AmqpSender.sendWithAck(AmqpMessage message,
           Handler<AsyncResult<Void>> acknowledgementHandler)
Sends an AMQP message and waits for an acknowledgement. 
 | 
AmqpSender | 
AmqpSender.write(AmqpMessage data)  | 
AmqpSender | 
AmqpSender.write(AmqpMessage data,
     Handler<AsyncResult<Void>> handler)  | 
| Modifier and Type | Method and Description | 
|---|---|
AmqpMessage | 
AmqpMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AmqpMessage | 
AmqpMessage.newInstance(AmqpMessage arg)  | 
| Constructor and Description | 
|---|
AmqpMessage(AmqpMessage delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
AmqpMessage | 
AmqpMessage.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static AmqpMessage | 
AmqpMessage.newInstance(AmqpMessage arg)  | 
| Constructor and Description | 
|---|
AmqpMessage(AmqpMessage delegate)  | 
Copyright © 2020 Eclipse. All rights reserved.