public static class AMQP.Queue.Unbind extends AbstractMarshallingMethod
Modifier and Type | Field and Description |
---|---|
Map |
arguments
Specifies the arguments of the binding to unbind.
|
String |
exchange
The name of the exchange to unbind from.
|
static int |
INDEX |
String |
queue
Specifies the name of the queue to unbind.
|
int |
reserved1 |
String |
routingKey
Specifies the routing key of the binding to unbind.
|
private static long |
serialVersionUID |
channelNumber, logger
Constructor and Description |
---|
AMQP.Queue.Unbind() |
AMQP.Queue.Unbind(int reserved1,
String queue,
String exchange,
String routingKey,
Map arguments)
This method unbinds a queue from an exchange.
|
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 String exchange
public String routingKey
public Map arguments
public static final int INDEX
public AMQP.Queue.Unbind(int reserved1, String queue, String exchange, String routingKey, Map arguments)
public AMQP.Queue.Unbind()
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, SyntaxErrorException
readFrom
in class AbstractMarshallingMethod
IOException
SyntaxErrorException
public void writeTo(AMQPOutputStream out) throws IOException
writeTo
in class AbstractMarshallingMethod
IOException
Copyright © 2013 ScalAgent D.T.. All Rights Reserved.