Uses of Interface
com.rabbitmq.client.impl.AMQChannel.RpcContinuation
-
Packages that use AMQChannel.RpcContinuation Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQChannel.RpcContinuation in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQChannel.RpcContinuation Modifier and Type Class Description static classAMQChannel.BlockingRpcContinuation<T>static classAMQChannel.SimpleBlockingRpcContinuationFields in com.rabbitmq.client.impl declared as AMQChannel.RpcContinuation Modifier and Type Field Description private AMQChannel.RpcContinuationRpcContinuationRpcWrapper. continuationMethods in com.rabbitmq.client.impl with parameters of type AMQChannel.RpcContinuation Modifier and Type Method Description voidAMQChannel. enqueueRpc(AMQChannel.RpcContinuation k)voidChannelN. enqueueRpc(AMQChannel.RpcContinuation k)voidAMQChannel. quiescingRpc(Method m, AMQChannel.RpcContinuation k)voidAMQChannel. rpc(Method m, AMQChannel.RpcContinuation k)Constructors in com.rabbitmq.client.impl with parameters of type AMQChannel.RpcContinuation Constructor Description RpcContinuationRpcWrapper(AMQChannel.RpcContinuation continuation)
-