Package io.vertx.rabbitmq
Class RabbitMQPublisherConfirmation
- java.lang.Object
 - 
- io.vertx.rabbitmq.RabbitMQPublisherConfirmation
 
 
- 
public class RabbitMQPublisherConfirmation extends Object
- Author:
 - njt
 
 
- 
- 
Constructor Summary
Constructors Constructor Description RabbitMQPublisherConfirmation(JsonObject json)RabbitMQPublisherConfirmation(String messageId, long deliveryTag, boolean succeeded) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetDeliveryTag()StringgetMessageId()booleanisSucceeded()JsonObjecttoJson() 
 - 
 
- 
- 
Constructor Detail
- 
RabbitMQPublisherConfirmation
public RabbitMQPublisherConfirmation(JsonObject json)
 
- 
RabbitMQPublisherConfirmation
public RabbitMQPublisherConfirmation(String messageId, long deliveryTag, boolean succeeded)
 
 - 
 
- 
Method Detail
- 
toJson
public JsonObject toJson()
 
- 
getMessageId
public String getMessageId()
 
- 
getDeliveryTag
public long getDeliveryTag()
 
- 
isSucceeded
public boolean isSucceeded()
 
 - 
 
 -