Uses of Interface
org.springframework.amqp.rabbit.connection.FactoryFinder
Packages that use FactoryFinder
Package
Description
Provides classes related to connections.
-
Uses of FactoryFinder in org.springframework.amqp.rabbit.connection
Methods in org.springframework.amqp.rabbit.connection with parameters of type FactoryFinderModifier and TypeMethodDescriptiondefault @Nullable ConnectionFactory
NodeLocator.locate
(String[] adminUris, Map<String, String> nodeToAddress, String vhost, String username, String password, String queue, FactoryFinder factoryFunction) Return a connection factory for the leader node for the queue.