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 classCompletableFutureRpcWrapperclassRpcContinuationRpcWrapperFields in com.rabbitmq.client.impl declared as RpcWrapper Modifier and Type Field Description private RpcWrapperAMQChannel. _activeRpcThe current outstanding RPC request, if any.Methods in com.rabbitmq.client.impl that return RpcWrapper Modifier and Type Method Description RpcWrapperAMQChannel. nextOutstandingRpc()Method parameters in com.rabbitmq.client.impl with type arguments of type RpcWrapper Modifier and Type Method Description private voidAMQChannel. doEnqueueRpc(java.util.function.Supplier<RpcWrapper> rpcWrapperSupplier)
-