Package com.rabbitmq.client.impl
Class AMQChannel.BlockingRpcContinuation<T>
java.lang.Object
com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation<T>
- All Implemented Interfaces:
AMQChannel.RpcContinuation
- Direct Known Subclasses:
AMQChannel.SimpleBlockingRpcContinuation
- Enclosing class:
AMQChannel
public abstract static class AMQChannel.BlockingRpcContinuation<T>
extends Object
implements AMQChannel.RpcContinuation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleancanHandleReply(AMQCommand command) getReply()getReply(int timeout) voidhandleCommand(AMQCommand command) voidstatic booleanisResponseCompatibleWithRequest(Method request, Method response) abstract TtransformReply(AMQCommand command)
-
Field Details
-
_blocker
-
request
-
-
Constructor Details
-
BlockingRpcContinuation
public BlockingRpcContinuation() -
BlockingRpcContinuation
-
-
Method Details
-
handleCommand
- Specified by:
handleCommandin interfaceAMQChannel.RpcContinuation
-
handleShutdownSignal
- Specified by:
handleShutdownSignalin interfaceAMQChannel.RpcContinuation
-
getReply
- Throws:
ShutdownSignalException
-
getReply
-
canHandleReply
- Specified by:
canHandleReplyin interfaceAMQChannel.RpcContinuation- Returns:
- true if the reply command can be handled for this request
-
transformReply
-
isResponseCompatibleWithRequest
-