Class RabbitMQConfirmation
java.lang.Object
io.vertx.rabbitmq.RabbitMQConfirmation
- Author:
- jtalbut
-
Constructor Summary
ConstructorsConstructorDescriptionRabbitMQConfirmation(long channelInstance, long deliveryTag, boolean multiple, boolean succeeded) -
Method Summary
-
Constructor Details
-
RabbitMQConfirmation
public RabbitMQConfirmation(long channelInstance, long deliveryTag, boolean multiple, boolean succeeded) -
RabbitMQConfirmation
-
-
Method Details
-
toJson
-
getChannelInstance
public long getChannelInstance() -
getDeliveryTag
public long getDeliveryTag() -
isMultiple
public boolean isMultiple() -
isSucceeded
public boolean isSucceeded()
-