Uses of Class
com.rabbitmq.client.impl.AMQCommand
Packages that use AMQCommand
Package
Description
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 AMQCommandModifier and TypeMethodDescriptionAMQChannel.exnWrappingRpc(Method m) Placeholder until we address bug 15786 (implementing a proper exception hierarchy).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!AMQChannel.SimpleBlockingRpcContinuation.transformReply(AMQCommand command) Methods in com.rabbitmq.client.impl with parameters of type AMQCommandModifier and TypeMethodDescriptionbooleanAMQChannel.BlockingRpcContinuation.canHandleReply(AMQCommand command) booleanAMQChannel.RpcContinuation.canHandleReply(AMQCommand command) booleanCompletableFutureRpcWrapper.canHandleReply(AMQCommand command) booleanRpcContinuationRpcWrapper.canHandleReply(AMQCommand command) booleanRpcWrapper.canHandleReply(AMQCommand command) voidCompletableFutureRpcWrapper.complete(AMQCommand command) voidRpcContinuationRpcWrapper.complete(AMQCommand command) voidRpcWrapper.complete(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) AMQChannel.SimpleBlockingRpcContinuation.transformReply(AMQCommand command) voidAMQChannel.transmit(AMQCommand c)