Package com.rabbitmq.client.impl
Class AMQChannel.SimpleBlockingRpcContinuation
- java.lang.Object
-
- com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation<AMQCommand>
-
- com.rabbitmq.client.impl.AMQChannel.SimpleBlockingRpcContinuation
-
- All Implemented Interfaces:
AMQChannel.RpcContinuation
- Enclosing class:
- AMQChannel
public static class AMQChannel.SimpleBlockingRpcContinuation extends AMQChannel.BlockingRpcContinuation<AMQCommand>
-
-
Field Summary
-
Fields inherited from class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
_blocker, request
-
-
Constructor Summary
Constructors Constructor Description SimpleBlockingRpcContinuation()
SimpleBlockingRpcContinuation(Method method)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AMQCommand
transformReply(AMQCommand command)
-
Methods inherited from class com.rabbitmq.client.impl.AMQChannel.BlockingRpcContinuation
canHandleReply, getReply, getReply, handleCommand, handleShutdownSignal
-
-
-
-
Constructor Detail
-
SimpleBlockingRpcContinuation
public SimpleBlockingRpcContinuation()
-
SimpleBlockingRpcContinuation
public SimpleBlockingRpcContinuation(Method method)
-
-
Method Detail
-
transformReply
public AMQCommand transformReply(AMQCommand command)
- Specified by:
transformReply
in classAMQChannel.BlockingRpcContinuation<AMQCommand>
-
-