Uses of Class
com.rabbitmq.client.impl.AMQChannel
-
Packages that use AMQChannel 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 AMQChannel in com.rabbitmq.client.impl
Subclasses of AMQChannel in com.rabbitmq.client.impl Modifier and Type Class Description class
ChannelN
Main interface to AMQP protocol functionality.Methods in com.rabbitmq.client.impl with parameters of type AMQChannel Modifier and Type Method Description void
AMQCommand. transmit(AMQChannel channel)
Sends this command down the named channel on the channel's connection, possibly in multiple frames. -
Uses of AMQChannel in com.rabbitmq.client.impl.recovery
Subclasses of AMQChannel in com.rabbitmq.client.impl.recovery Modifier and Type Class Description class
RecoveryAwareChannelN
ChannelN
modification that keeps track of delivery tags and avoids sending
-