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 |
channel
PARSER, target
logger
DEFAULT_PHASE
OBJECT_TYPE_ATTRIBUTE
Modifier | Constructor and Description |
---|---|
protected |
LoadBalancingChannelSpec() |
Modifier and Type | Method and Description |
---|---|
S |
failover(Boolean failoverToSet) |
S |
loadBalancer(LoadBalancingStrategy loadBalancingStrategyToSet) |
S |
maxSubscribers(Integer maxSubscribersToSet) |
datatype, doGet, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTap
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
protected LoadBalancingStrategy loadBalancingStrategy
protected Boolean failover
protected Integer maxSubscribers