| Package | Description |
|---|---|
| org.springframework.integration.channel |
Provides classes representing various channel types.
|
| org.springframework.integration.dispatcher |
Provides classes related to dispatching messages.
|
| Constructor and Description |
|---|
DirectChannel(LoadBalancingStrategy loadBalancingStrategy)
Create a DirectChannel with a
LoadBalancingStrategy. |
ExecutorChannel(Executor executor,
LoadBalancingStrategy loadBalancingStrategy)
Create an ExecutorChannel with a
LoadBalancingStrategy that
delegates to the provided Executor when dispatching Messages. |
| Modifier and Type | Class and Description |
|---|---|
class |
RoundRobinLoadBalancingStrategy
Round-robin implementation of
LoadBalancingStrategy. |
| Modifier and Type | Method and Description |
|---|---|
void |
UnicastingDispatcher.setLoadBalancingStrategy(LoadBalancingStrategy loadBalancingStrategy)
Provide a
LoadBalancingStrategy for this dispatcher. |
Copyright © 2016. All rights reserved.