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
Modifier and TypeMethodDescriptionboolean
canHandleReply
(AMQCommand command) void
handleCommand
(AMQCommand command) void
-
Method Details
-
handleCommand
-
canHandleReply
- Returns:
- true if the reply command can be handled for this request
-
handleShutdownSignal
-