Class LoadBalancingChannelSpec<S extends MessageChannelSpec<S,​C>,​C extends AbstractMessageChannel>

Type Parameters:
S - the target LoadBalancingChannelSpec implementation type.
C - the target AbstractMessageChannel implementation type.
All Implemented Interfaces:
Aware, BeanClassLoaderAware, BeanFactoryAware, DisposableBean, FactoryBean<C>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
Direct Known Subclasses:
DirectChannelSpec, ExecutorChannelSpec

public abstract class LoadBalancingChannelSpec<S extends MessageChannelSpec<S,​C>,​C extends AbstractMessageChannel>
extends MessageChannelSpec<S,​C>
Since:
5.0
Author:
Artem Bilan