Package io.vertx.rabbitmq
Class RabbitMQConfirmation
- java.lang.Object
-
- io.vertx.rabbitmq.RabbitMQConfirmation
-
public class RabbitMQConfirmation extends Object
- Author:
- jtalbut
-
-
Constructor Summary
Constructors Constructor Description RabbitMQConfirmation(long channelInstance, long deliveryTag, boolean multiple, boolean succeeded)
RabbitMQConfirmation(JsonObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getChannelInstance()
long
getDeliveryTag()
boolean
isMultiple()
boolean
isSucceeded()
JsonObject
toJson()
-
-
-
Constructor Detail
-
RabbitMQConfirmation
public RabbitMQConfirmation(long channelInstance, long deliveryTag, boolean multiple, boolean succeeded)
-
RabbitMQConfirmation
public RabbitMQConfirmation(JsonObject json)
-
-
Method Detail
-
toJson
public JsonObject toJson()
-
getChannelInstance
public long getChannelInstance()
-
getDeliveryTag
public long getDeliveryTag()
-
isMultiple
public boolean isMultiple()
-
isSucceeded
public boolean isSucceeded()
-
-