Uses of Class
com.rabbitmq.client.impl.ChannelN
Package
Description
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of ChannelN in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionChannelManager.createChannel
(AMQConnection connection) ChannelManager.createChannel
(AMQConnection connection, int channelNumber) ChannelManager.getChannel
(int channelNumber) Looks up a channel on this connection.protected ChannelN
ChannelManager.instantiateChannel
(AMQConnection connection, int channelNumber, ConsumerWorkService workService) Modifier and TypeMethodDescriptionfinal void
AMQConnection.disconnectChannel
(ChannelN channel) Protected API - respond, in the driver thread, to a ShutdownSignal.void
ChannelManager.releaseChannelNumber
(ChannelN channel) Remove the channel from the channel map and free the number for re-use. -
Uses of ChannelN in com.rabbitmq.client.impl.recovery
Modifier and TypeClassDescriptionclass
ChannelN
modification that keeps track of delivery tags and avoids sendingModifier and TypeMethodDescriptionprotected ChannelN
RecoveryAwareChannelManager.instantiateChannel
(AMQConnection connection, int channelNumber, ConsumerWorkService workService)