Package com.rabbitmq.client
Interface AMQP.Channel.Close
-
- All Superinterfaces:
Method
- All Known Implementing Classes:
AMQImpl.Channel.Close
- Enclosing class:
- AMQP.Channel
public static interface AMQP.Channel.Close extends Method
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AMQP.Channel.Close.Builder
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getClassId()
int
getMethodId()
int
getReplyCode()
String
getReplyText()
-
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
-
-
-
-
Method Detail
-
getReplyCode
int getReplyCode()
-
getReplyText
String getReplyText()
-
getClassId
int getClassId()
-
getMethodId
int getMethodId()
-
-