Uses of Interface
org.springframework.amqp.rabbit.connection.NodeLocator
Packages that use NodeLocator
Package
Description
Provides classes related to connections.
-
Uses of NodeLocator in org.springframework.amqp.rabbit.connection
Classes in org.springframework.amqp.rabbit.connection that implement NodeLocatorModifier and TypeClassDescriptionclass
ANodeLocator
using theRestTemplate
.class
ANodeLocator
using the Spring WebFluxWebClient
.Methods in org.springframework.amqp.rabbit.connection with parameters of type NodeLocatorModifier and TypeMethodDescriptionvoid
LocalizedQueueConnectionFactory.setNodeLocator
(NodeLocator<?> nodeLocator) Set aNodeLocator
to use to find the node address for the leader.