Uses of Interface
org.springframework.amqp.rabbit.connection.PublisherCallbackChannel
Package
Description
Provides classes related to connections.
-
Uses of PublisherCallbackChannel in org.springframework.amqp.rabbit.connection
Modifier and TypeClassDescriptionclass
Channel wrapper to allow a single listener able to handle confirms from multiple channels.Modifier and TypeMethodDescriptionPublisherCallbackChannelFactory.createChannel
(com.rabbitmq.client.Channel delegate, ExecutorService executor) Create aPublisherCallbackChannel
instance based on the provided delegate and executor.