Package com.rabbitmq.client.impl
Class RpcContinuationRpcWrapper
- java.lang.Object
-
- com.rabbitmq.client.impl.RpcContinuationRpcWrapper
-
- All Implemented Interfaces:
RpcWrapper
public class RpcContinuationRpcWrapper extends Object implements RpcWrapper
-
-
Constructor Summary
Constructors Constructor Description RpcContinuationRpcWrapper(AMQChannel.RpcContinuation continuation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
canHandleReply(AMQCommand command)
void
complete(AMQCommand command)
void
shutdown(ShutdownSignalException signal)
-
-
-
Constructor Detail
-
RpcContinuationRpcWrapper
public RpcContinuationRpcWrapper(AMQChannel.RpcContinuation continuation)
-
-
Method Detail
-
canHandleReply
public boolean canHandleReply(AMQCommand command)
- Specified by:
canHandleReply
in interfaceRpcWrapper
-
complete
public void complete(AMQCommand command)
- Specified by:
complete
in interfaceRpcWrapper
-
shutdown
public void shutdown(ShutdownSignalException signal)
- Specified by:
shutdown
in interfaceRpcWrapper
-
-