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.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.utility Utility package of helper classes, mostly used in the implementation code. -
-
Uses of BlockingCell in com.rabbitmq.client
Fields in com.rabbitmq.client with type parameters of type BlockingCell Modifier and Type Field Description private java.util.Map<java.lang.String,BlockingCell<java.lang.Object>>
RpcClient. _continuationMap
Map from request correlation ID to continuation BlockingCellMethods in com.rabbitmq.client that return types with arguments of type BlockingCell Modifier and Type Method Description java.util.Map<java.lang.String,BlockingCell<java.lang.Object>>
RpcClient. getContinuationMap()
Retrieve the continuation map. -
Uses of BlockingCell in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as BlockingCell Modifier and Type Field Description private BlockingCell<java.lang.Object>
AMQConnection. _appContinuation
Object used for blocking main application thread when doing all the necessary connection shutdown operations -
Uses of BlockingCell in com.rabbitmq.utility
Subclasses of BlockingCell in com.rabbitmq.utility Modifier and Type Class Description class
BlockingValueOrException<V,E extends java.lang.Throwable & SensibleClone<E>>
-