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 Map<String,Object>
getArguments()
boolean
getAutoDelete()
boolean
getDurable()
String
getExchange()
boolean
getInternal()
boolean
getNowait()
boolean
getPassive()
int
getTicket()
String
getType()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-