public static class AMQP.Basic.Cancel extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
String |
consumerTag |
static int |
INDEX |
boolean |
noWait |
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
Cancel() |
Cancel(String consumerTag,
boolean noWait)
This method cancels a consumer.
|
Modifier and Type | Method and Description |
---|---|
int |
getClassId() |
String |
getClassName() |
int |
getMethodId() |
String |
getMethodName() |
void |
readFrom(AMQPInputStream in) |
String |
toString() |
void |
writeTo(AMQPOutputStream out) |
read, toFrame
private static final long serialVersionUID
public String consumerTag
public boolean noWait
public static final int INDEX
public Cancel(String consumerTag, boolean noWait)
public Cancel()
public int getMethodId()
getMethodId
in class AbstractMarshallingMethod
public String getMethodName()
getMethodName
in class AbstractMarshallingMethod
public int getClassId()
getClassId
in class AbstractMarshallingMethod
public String getClassName()
getClassName
in class AbstractMarshallingMethod
public void readFrom(AMQPInputStream in) throws IOException
readFrom
in class AbstractMarshallingMethod
IOException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2022 ScalAgent D.T.. All rights reserved.