Package com.rabbitmq.client
Interface AMQP.Access.Request
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Access.Request
- Enclosing class:
- AMQP.Access
public static interface AMQP.Access.Request extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Access.Request.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getActive()
boolean
getExclusive()
boolean
getPassive()
boolean
getRead()
java.lang.String
getRealm()
boolean
getWrite()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-