Package com.rabbitmq.client
Interface AMQP.Connection.StartOk
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Connection.StartOk
- Enclosing class:
- AMQP.Connection
public static interface AMQP.Connection.StartOk extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Connection.StartOk.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,Object>
getClientProperties()
String
getLocale()
String
getMechanism()
LongString
getResponse()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-