public static class AMQP.Basic.Get extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
boolean |
noAck |
String |
queue
Specifies the name of the queue to get a message from.
|
int |
reserved1 |
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
AMQP.Basic.Get() |
AMQP.Basic.Get(int reserved1,
String queue,
boolean noAck)
This method provides a direct access to the messages in a queue using a
synchronous dialogue that is designed for specific types of application
where synchronous functionality is more important than performance.
|
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 int reserved1
public String queue
public boolean noAck
public static final int INDEX
public AMQP.Basic.Get(int reserved1, String queue, boolean noAck)
public AMQP.Basic.Get()
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 © 2013 ScalAgent D.T.. All Rights Reserved.