Package com.rabbitmq.client
Interface AMQP.Exchange.Declare
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Exchange.Declare
- Enclosing class:
- AMQP.Exchange
public static interface AMQP.Exchange.Declare extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Exchange.Declare.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.Object>
getArguments()
boolean
getAutoDelete()
boolean
getDurable()
java.lang.String
getExchange()
boolean
getInternal()
boolean
getNowait()
boolean
getPassive()
int
getTicket()
java.lang.String
getType()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-
-
-
Method Detail
-
getTicket
int getTicket()
-
getExchange
java.lang.String getExchange()
-
getType
java.lang.String getType()
-
getPassive
boolean getPassive()
-
getDurable
boolean getDurable()
-
getAutoDelete
boolean getAutoDelete()
-
getInternal
boolean getInternal()
-
getNowait
boolean getNowait()
-
getArguments
java.util.Map<java.lang.String,java.lang.Object> getArguments()
-
-