com.rabbitmq.client
Interface AMQP.Channel.Alert

All Superinterfaces:
Method
All Known Implementing Classes:
AMQImpl.Channel.Alert
Enclosing class:
AMQP.Channel

public static interface AMQP.Channel.Alert
extends Method


Method Summary
 java.util.Map<java.lang.String,java.lang.Object> getDetails()
           
 int getReplyCode()
           
 java.lang.String getReplyText()
           
 
Methods inherited from interface com.rabbitmq.client.Method
protocolClassId, protocolMethodId, protocolMethodName
 

Method Detail

getReplyCode

int getReplyCode()

getReplyText

java.lang.String getReplyText()

getDetails

java.util.Map<java.lang.String,java.lang.Object> getDetails()