public class RabbitMQConfirmation extends Object
| Constructor and Description |
|---|
RabbitMQConfirmation(io.vertx.core.json.JsonObject json) |
RabbitMQConfirmation(long channelInstance,
long deliveryTag,
boolean multiple,
boolean succeeded) |
| Modifier and Type | Method and Description |
|---|---|
long |
getChannelInstance() |
long |
getDeliveryTag() |
boolean |
isMultiple() |
boolean |
isSucceeded() |
io.vertx.core.json.JsonObject |
toJson() |
Copyright © 2024 Eclipse. All rights reserved.