Package com.rabbitmq.client
Interface AMQP.Connection.UpdateSecret
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Connection.UpdateSecret
- Enclosing class:
- AMQP.Connection
public static interface AMQP.Connection.UpdateSecret extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Connection.UpdateSecret.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LongString
getNewSecret()
String
getReason()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-
-
-
Method Detail
-
getNewSecret
LongString getNewSecret()
-
getReason
String getReason()
-
-