com.rabbitmq.client.impl
Interface AMQChannel.RpcContinuation

All Known Implementing Classes:
AMQChannel.BlockingRpcContinuation, AMQChannel.SimpleBlockingRpcContinuation
Enclosing class:
AMQChannel

public static interface AMQChannel.RpcContinuation


Method Summary
 void handleCommand(AMQCommand command)
           
 void handleShutdownSignal(ShutdownSignalException signal)
           
 

Method Detail

handleCommand

void handleCommand(AMQCommand command)

handleShutdownSignal

void handleShutdownSignal(ShutdownSignalException signal)