public static class AMQP.Basic.GetOk extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
long |
deliveryTag |
String |
exchange
Specifies the name of the exchange that the message was originally
published to.
|
static int |
INDEX |
int |
messageCount |
boolean |
redelivered |
String |
routingKey
Specifies the routing key name specified when the message was
published.
|
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
AMQP.Basic.GetOk() |
AMQP.Basic.GetOk(long deliveryTag,
boolean redelivered,
String exchange,
String routingKey,
int messageCount)
This method delivers a message to the client following a get method.
|
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 long deliveryTag
public boolean redelivered
public String exchange
public String routingKey
public int messageCount
public static final int INDEX
public AMQP.Basic.GetOk(long deliveryTag, boolean redelivered, String exchange, String routingKey, int messageCount)
public AMQP.Basic.GetOk()
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 © 2016 ScalAgent D.T.. All Rights Reserved.