Uses of Interface
org.springframework.amqp.rabbit.connection.PublisherCallbackChannelFactory
Packages that use PublisherCallbackChannelFactory
Package
Description
Provides classes related to connections.
-
Uses of PublisherCallbackChannelFactory in org.springframework.amqp.rabbit.connection
Methods in org.springframework.amqp.rabbit.connection that return PublisherCallbackChannelFactoryMethods in org.springframework.amqp.rabbit.connection with parameters of type PublisherCallbackChannelFactoryModifier and TypeMethodDescriptionvoid
CachingConnectionFactory.setPublisherChannelFactory
(PublisherCallbackChannelFactory publisherChannelFactory) Set the factory to use to createPublisherCallbackChannel
instances.