Uses of Interface
org.springframework.integration.dispatcher.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
ModifierConstructorDescriptionDirectChannel
(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
Modifier and TypeMethodDescriptionvoid
UnicastingDispatcher.setLoadBalancingStrategy
(LoadBalancingStrategy loadBalancingStrategy) Provide aLoadBalancingStrategy
for this dispatcher. -
Uses of LoadBalancingStrategy in org.springframework.integration.dsl
Modifier and TypeFieldDescriptionprotected LoadBalancingStrategy
LoadBalancingChannelSpec.loadBalancingStrategy
Modifier and TypeMethodDescriptionLoadBalancingChannelSpec.loadBalancer
(LoadBalancingStrategy loadBalancingStrategyToSet)