com.rabbitmq.client.impl
public static class AMQImpl.Queue.Declare extends Method implements AMQP.Queue.Declare
AMQP.Queue.Declare.Builder| Modifier and Type | Field and Description |
|---|---|
static int |
INDEX |
| Constructor and Description |
|---|
AMQImpl.Queue.Declare(int ticket,
java.lang.String queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean nowait,
java.util.Map<java.lang.String,java.lang.Object> arguments) |
AMQImpl.Queue.Declare(MethodArgumentReader rdr) |
| Modifier and Type | Method and Description |
|---|---|
void |
appendArgumentDebugStringTo(java.lang.StringBuilder acc)
Public API - debugging utility
|
java.util.Map<java.lang.String,java.lang.Object> |
getArguments() |
boolean |
getAutoDelete() |
boolean |
getDurable() |
boolean |
getExclusive() |
boolean |
getNowait() |
boolean |
getPassive() |
java.lang.String |
getQueue() |
int |
getTicket() |
boolean |
hasContent()
Tell if content is present.
|
int |
protocolClassId()
Retrieve the protocol class ID
|
int |
protocolMethodId()
Retrieve the protocol method ID
|
java.lang.String |
protocolMethodName()
Retrieve the method name
|
java.lang.Object |
visit(AMQImpl.MethodVisitor visitor)
Visitor support (double-dispatch mechanism).
|
void |
writeArgumentsTo(MethodArgumentWriter writer)
Private API - Autogenerated writer for this method.
|
public static final int INDEX
public AMQImpl.Queue.Declare(int ticket,
java.lang.String queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean nowait,
java.util.Map<java.lang.String,java.lang.Object> arguments)
public AMQImpl.Queue.Declare(MethodArgumentReader rdr) throws java.io.IOException
java.io.IOExceptionpublic int getTicket()
getTicket in interface AMQP.Queue.Declarepublic java.lang.String getQueue()
getQueue in interface AMQP.Queue.Declarepublic boolean getPassive()
getPassive in interface AMQP.Queue.Declarepublic boolean getDurable()
getDurable in interface AMQP.Queue.Declarepublic boolean getExclusive()
getExclusive in interface AMQP.Queue.Declarepublic boolean getAutoDelete()
getAutoDelete in interface AMQP.Queue.Declarepublic boolean getNowait()
getNowait in interface AMQP.Queue.Declarepublic java.util.Map<java.lang.String,java.lang.Object> getArguments()
getArguments in interface AMQP.Queue.Declarepublic int protocolClassId()
MethodprotocolClassId in interface MethodprotocolClassId in class Methodpublic int protocolMethodId()
MethodprotocolMethodId in interface MethodprotocolMethodId in class Methodpublic java.lang.String protocolMethodName()
MethodprotocolMethodName in interface MethodprotocolMethodName in class Methodpublic boolean hasContent()
MethodhasContent in class Methodpublic java.lang.Object visit(AMQImpl.MethodVisitor visitor) throws java.io.IOException
Methodpublic void appendArgumentDebugStringTo(java.lang.StringBuilder acc)
MethodappendArgumentDebugStringTo in class Methodacc - the buffer to append debug data topublic void writeArgumentsTo(MethodArgumentWriter writer) throws java.io.IOException
MethodwriteArgumentsTo in class Methodwriter - interface to an object to write the method argumentsjava.io.IOException - if an error is encountered