public static class AMQP.Basic.Recover extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
static int |
INDEX |
boolean |
requeue
If this field is zero, the message will be redelivered to the original
recipient.
|
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
AMQP.Basic.Recover() |
AMQP.Basic.Recover(boolean requeue)
This method asks the server to redeliver all unacknowledged messages on
a specified channel.
|
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 boolean requeue
public static final int INDEX
public AMQP.Basic.Recover(boolean requeue)
public AMQP.Basic.Recover()
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.