Uses of Class
com.rabbitmq.utility.BlockingCell
Packages that use BlockingCell
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
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 BlockingCellModifier and TypeFieldDescriptionprivate final Map
<String, BlockingCell<Object>> RpcClient._continuationMap
Map from request correlation ID to continuation BlockingCellMethods in com.rabbitmq.client that return types with arguments of type BlockingCell -
Uses of BlockingCell in com.rabbitmq.client.impl
Fields in com.rabbitmq.client.impl declared as BlockingCellModifier and TypeFieldDescriptionprivate final BlockingCell
<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.utilityModifier and TypeClassDescriptionclass
BlockingValueOrException<V,
E extends Throwable & SensibleClone<E>>