Uses of Interface
com.rabbitmq.client.impl.RpcWrapper
-
Packages that use RpcWrapper Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of RpcWrapper in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement RpcWrapper Modifier and Type Class Description class
CompletableFutureRpcWrapper
class
RpcContinuationRpcWrapper
Fields in com.rabbitmq.client.impl declared as RpcWrapper Modifier and Type Field Description private RpcWrapper
AMQChannel. _activeRpc
The current outstanding RPC request, if any.Methods in com.rabbitmq.client.impl that return RpcWrapper Modifier and Type Method Description RpcWrapper
AMQChannel. nextOutstandingRpc()
Method parameters in com.rabbitmq.client.impl with type arguments of type RpcWrapper Modifier and Type Method Description private void
AMQChannel. doEnqueueRpc(java.util.function.Supplier<RpcWrapper> rpcWrapperSupplier)
-