public class RabbitMQConfirmation extends Object
Constructor and Description |
---|
RabbitMQConfirmation(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() |
JsonObject |
toJson() |
public RabbitMQConfirmation(long channelInstance, long deliveryTag, boolean multiple, boolean succeeded)
public RabbitMQConfirmation(JsonObject json)
public JsonObject toJson()
public long getChannelInstance()
public long getDeliveryTag()
public boolean isMultiple()
public boolean isSucceeded()
Copyright © 2021 Eclipse. All rights reserved.