public static class AMQP.Basic.ConsumeOk extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
String |
consumerTag
Holds the consumer tag specified by the client or provided by the
server.
|
static int |
INDEX |
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
ConsumeOk() |
ConsumeOk(String consumerTag)
The server provides the client with a consumer tag, which is used by
the client for methods called on the consumer at a later stage.
|
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 static final int INDEX
public ConsumeOk(String consumerTag)
public ConsumeOk()
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 © 2023 ScalAgent D.T.. All rights reserved.