Uses of Class
com.rabbitmq.client.impl.ChannelManager
-
Packages that use ChannelManager Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of ChannelManager in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return ChannelManager Modifier and Type Method Description protected ChannelManager
AMQConnection. instantiateChannelManager(int channelMax, ThreadFactory threadFactory)
Methods in com.rabbitmq.client.impl with parameters of type ChannelManager Modifier and Type Method Description protected void
AMQConnection. configureChannelManager(ChannelManager channelManager)
-
Uses of ChannelManager in com.rabbitmq.client.impl.recovery
Subclasses of ChannelManager in com.rabbitmq.client.impl.recovery Modifier and Type Class Description class
RecoveryAwareChannelManager
-