Class DirectChannelSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.dsl.MessageChannelSpec<S,C>
org.springframework.integration.dsl.LoadBalancingChannelSpec<DirectChannelSpec,DirectChannel>
org.springframework.integration.dsl.DirectChannelSpec
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<DirectChannel>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
public class DirectChannelSpec extends LoadBalancingChannelSpec<DirectChannelSpec,DirectChannel>
- Since:
- 5.0
- Author:
- Artem Bilan
-
Field Summary
Fields inherited from class org.springframework.integration.dsl.LoadBalancingChannelSpec
failover, loadBalancingStrategy, maxSubscribers
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
-
Constructor Summary
Constructors Constructor Description DirectChannelSpec()
-
Method Summary
Modifier and Type Method Description protected DirectChannel
doGet()
Methods inherited from class org.springframework.integration.dsl.LoadBalancingChannelSpec
failover, loadBalancer, maxSubscribers
Methods inherited from class org.springframework.integration.dsl.MessageChannelSpec
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTap
Methods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
Methods inherited from class org.springframework.beans.factory.config.AbstractFactoryBean
afterPropertiesSet, destroy, getBeanFactory, getBeanTypeConverter, getEarlySingletonInterfaces, getObject, isSingleton, setBeanClassLoader, setBeanFactory, setSingleton
-
Constructor Details
-
DirectChannelSpec
public DirectChannelSpec()
-
-
Method Details
-
doGet
- Overrides:
doGet
in classMessageChannelSpec<DirectChannelSpec,DirectChannel>
-