Uses of Class
com.rabbitmq.client.impl.AMQCommand
-
Packages that use AMQCommand Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQCommand in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return AMQCommand Modifier and Type Method Description AMQCommand
AMQChannel. exnWrappingRpc(Method m)
Placeholder until we address bug 15786 (implementing a proper exception hierarchy).AMQCommand
AMQChannel. rpc(Method m)
Protected API - sends aMethod
to the broker and waits for the next in-bound Command from the broker: only for use from non-connection-MainLoop threads!AMQCommand
AMQChannel. rpc(Method m, int timeout)
AMQCommand
ChannelN. rpc(Method method)
AMQCommand
AMQChannel.SimpleBlockingRpcContinuation. transformReply(AMQCommand command)
Methods in com.rabbitmq.client.impl with parameters of type AMQCommand Modifier and Type Method Description boolean
AMQChannel.BlockingRpcContinuation. canHandleReply(AMQCommand command)
boolean
AMQChannel.RpcContinuation. canHandleReply(AMQCommand command)
void
AMQChannel.BlockingRpcContinuation. handleCommand(AMQCommand command)
void
AMQChannel.RpcContinuation. handleCommand(AMQCommand command)
void
AMQChannel. handleCompleteInboundCommand(AMQCommand command)
Private API - handle a command which has been assembledvoid
AMQChannel. quiescingTransmit(AMQCommand c)
abstract T
AMQChannel.BlockingRpcContinuation. transformReply(AMQCommand command)
AMQCommand
AMQChannel.SimpleBlockingRpcContinuation. transformReply(AMQCommand command)
void
AMQChannel. transmit(AMQCommand c)
-