Uses of Interface
org.springframework.integration.dispatcher.LoadBalancingStrategy
Packages that use LoadBalancingStrategy
Package
Description
Provides classes representing various channel types.
Provides classes related to dispatching messages.
Root package of the Spring Integration Java DSL.
-
Uses of LoadBalancingStrategy in org.springframework.integration.channel
Methods in org.springframework.integration.channel with parameters of type LoadBalancingStrategyModifier and TypeMethodDescriptionvoid
PartitionedChannel.setLoadBalancingStrategy
(LoadBalancingStrategy loadBalancingStrategy) Provide aLoadBalancingStrategy
for thePartitionedDispatcher
.Constructors in org.springframework.integration.channel with parameters of type LoadBalancingStrategyModifierConstructorDescriptionDirectChannel
(LoadBalancingStrategy loadBalancingStrategy) Create a DirectChannel with aLoadBalancingStrategy
.ExecutorChannel
(Executor executor, LoadBalancingStrategy loadBalancingStrategy) Create an ExecutorChannel with aLoadBalancingStrategy
that delegates to the providedExecutor
when dispatching Messages. -
Uses of LoadBalancingStrategy in org.springframework.integration.dispatcher
Classes in org.springframework.integration.dispatcher that implement LoadBalancingStrategyMethods in org.springframework.integration.dispatcher with parameters of type LoadBalancingStrategyModifier and TypeMethodDescriptionvoid
PartitionedDispatcher.setLoadBalancingStrategy
(LoadBalancingStrategy loadBalancingStrategy) Provide aLoadBalancingStrategy
for partition dispatchers.void
UnicastingDispatcher.setLoadBalancingStrategy
(LoadBalancingStrategy loadBalancingStrategy) Provide aLoadBalancingStrategy
for this dispatcher. -
Uses of LoadBalancingStrategy in org.springframework.integration.dsl
Fields in org.springframework.integration.dsl declared as LoadBalancingStrategyModifier and TypeFieldDescriptionprotected LoadBalancingStrategy
LoadBalancingChannelSpec.loadBalancingStrategy
Methods in org.springframework.integration.dsl with parameters of type LoadBalancingStrategyModifier and TypeMethodDescriptionLoadBalancingChannelSpec.loadBalancer
(LoadBalancingStrategy loadBalancingStrategyToSet)