public class Cancel extends Object implements Serializable
AMQPRequestNot
to notify the distant queue
to cancel the specified consumer, due to channel closing or
Basic.Cancel
method.Modifier and Type | Field and Description |
---|---|
private int |
channelNumber |
private String |
consumerTag |
private String |
queueName |
private static long |
serialVersionUID |
Constructor and Description |
---|
Cancel(String consumerTag,
String queueName,
int channelNumber) |
Modifier and Type | Method and Description |
---|---|
int |
getChannelNumber() |
String |
getConsumerTag() |
String |
getQueueName() |
private static final long serialVersionUID
private String consumerTag
private String queueName
private int channelNumber
Copyright © 2019 ScalAgent D.T.. All rights reserved.