Uses of Class
com.rabbitmq.utility.BlockingCell
-
Packages that use BlockingCell Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.utility Utility package of helper classes, mostly used in the implementation code. -
-
Uses of BlockingCell in com.rabbitmq.client
Methods in com.rabbitmq.client that return types with arguments of type BlockingCell Modifier and Type Method Description Map<String,BlockingCell<Object>>
RpcClient. getContinuationMap()
Retrieve the continuation map. -
Uses of BlockingCell in com.rabbitmq.utility
Subclasses of BlockingCell in com.rabbitmq.utility Modifier and Type Class Description class
BlockingValueOrException<V,E extends Throwable & SensibleClone<E>>
-