Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
canHandleReply(AMQCommand command)
void
handleCommand(AMQCommand command)
void
handleShutdownSignal(ShutdownSignalException signal)
-
-
-
Method Detail
-
handleCommand
void handleCommand(AMQCommand command)
-
canHandleReply
boolean canHandleReply(AMQCommand command)
- Returns:
- true if the reply command can be handled for this request
-
handleShutdownSignal
void handleShutdownSignal(ShutdownSignalException signal)
-
-