public class RabbitMQPublisherConfirmation extends Object
| Constructor and Description |
|---|
RabbitMQPublisherConfirmation(io.vertx.core.json.JsonObject json) |
RabbitMQPublisherConfirmation(String messageId,
long deliveryTag,
boolean succeeded) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDeliveryTag() |
String |
getMessageId() |
boolean |
isSucceeded() |
io.vertx.core.json.JsonObject |
toJson() |
public RabbitMQPublisherConfirmation(io.vertx.core.json.JsonObject json)
public RabbitMQPublisherConfirmation(String messageId, long deliveryTag, boolean succeeded)
public io.vertx.core.json.JsonObject toJson()
public String getMessageId()
public long getDeliveryTag()
public boolean isSucceeded()
Copyright © 2024 Eclipse. All rights reserved.