S - the target LoadBalancingChannelSpec implementation type.C - the target AbstractMessageChannel implementation type.public abstract class LoadBalancingChannelSpec<S extends MessageChannelSpec<S,C>,C extends AbstractMessageChannel> extends MessageChannelSpec<S,C>
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
failover |
protected LoadBalancingStrategy |
loadBalancingStrategy |
protected Integer |
maxSubscribers |
channellogger, PARSER, target| Modifier | Constructor and Description |
|---|---|
protected |
LoadBalancingChannelSpec() |
| Modifier and Type | Method and Description |
|---|---|
S |
failover(Boolean failover) |
S |
loadBalancer(LoadBalancingStrategy loadBalancingStrategy) |
S |
maxSubscribers(Integer maxSubscribers) |
datatype, doGet, getComponentsToRegister, id, interceptor, messageConverter, wireTap, wireTap, wireTap_this, get, getId, getObject, getObjectType, isSingletonprotected LoadBalancingStrategy loadBalancingStrategy
protected Boolean failover
protected Integer maxSubscribers