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 classAMQP.Access.Request.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleangetActive()booleangetExclusive()booleangetPassive()booleangetRead()StringgetRealm()booleangetWrite()-
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()
-
-