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()
String
getRealm()
boolean
getWrite()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-
-
-
Method Detail
-
getRealm
String getRealm()
-
getExclusive
boolean getExclusive()
-
getPassive
boolean getPassive()
-
getActive
boolean getActive()
-
getWrite
boolean getWrite()
-
getRead
boolean getRead()
-
-