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 AMQCommandAMQChannel. exnWrappingRpc(Method m)Placeholder until we address bug 15786 (implementing a proper exception hierarchy).AMQCommandAMQChannel. rpc(Method m)Protected API - sends aMethodto the broker and waits for the next in-bound Command from the broker: only for use from non-connection-MainLoop threads!AMQCommandAMQChannel. rpc(Method m, int timeout)AMQCommandChannelN. rpc(Method method)AMQCommandAMQChannel.SimpleBlockingRpcContinuation. transformReply(AMQCommand command)Methods in com.rabbitmq.client.impl with parameters of type AMQCommand Modifier and Type Method Description booleanAMQChannel.BlockingRpcContinuation. canHandleReply(AMQCommand command)booleanAMQChannel.RpcContinuation. canHandleReply(AMQCommand command)voidAMQChannel.BlockingRpcContinuation. handleCommand(AMQCommand command)voidAMQChannel.RpcContinuation. handleCommand(AMQCommand command)voidAMQChannel. handleCompleteInboundCommand(AMQCommand command)Private API - handle a command which has been assembledvoidAMQChannel. quiescingTransmit(AMQCommand c)abstract TAMQChannel.BlockingRpcContinuation. transformReply(AMQCommand command)AMQCommandAMQChannel.SimpleBlockingRpcContinuation. transformReply(AMQCommand command)voidAMQChannel. transmit(AMQCommand c)
-