Class QueueChannelSpec
java.lang.Object
org.springframework.beans.factory.config.AbstractFactoryBean<T>
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
org.springframework.integration.dsl.MessageChannelSpec<QueueChannelSpec,QueueChannel>
org.springframework.integration.dsl.QueueChannelSpec
- All Implemented Interfaces:
Aware
,BeanClassLoaderAware
,BeanFactoryAware
,DisposableBean
,FactoryBean<QueueChannel>
,InitializingBean
,Lifecycle
,Phased
,SmartLifecycle
,ComponentsRegistration
- Direct Known Subclasses:
QueueChannelSpec.MessageStoreSpec
public class QueueChannelSpec extends MessageChannelSpec<QueueChannelSpec,QueueChannel>
- Since:
- 5.0
- Author:
- Artem Bilan
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QueueChannelSpec.MessageStoreSpec
TheChannelMessageStore
-specificQueueChannelSpec
extension. -
Field Summary
Fields Modifier and Type Field Description protected Integer
capacity
protected Queue<Message<?>>
queue
Fields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target
-
Constructor Summary
Constructors Modifier Constructor Description protected
QueueChannelSpec()
protected
QueueChannelSpec(Integer capacity)
protected
QueueChannelSpec(Queue<Message<?>> queue)
-
Method Summary
Modifier and Type Method Description protected QueueChannel
doGet()
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
-
Field Details
-
Constructor Details
-
QueueChannelSpec
protected QueueChannelSpec() -
QueueChannelSpec
-
QueueChannelSpec
-
-
Method Details
-
doGet
- Overrides:
doGet
in classMessageChannelSpec<QueueChannelSpec,QueueChannel>
-