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:
org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanClassLoaderAware,org.springframework.beans.factory.BeanFactoryAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.FactoryBean<QueueChannel>,org.springframework.beans.factory.InitializingBean,org.springframework.context.Lifecycle,org.springframework.context.Phased,org.springframework.context.SmartLifecycle,ComponentsRegistration
- Direct Known Subclasses:
QueueChannelSpec.MessageStoreSpec
public class QueueChannelSpec extends MessageChannelSpec<QueueChannelSpec,QueueChannel>
- Since:
- 5.0
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQueueChannelSpec.MessageStoreSpecTheChannelMessageStore-specificQueueChannelSpecextension. -
Field Summary
Fields Modifier and Type Field Description protected java.lang.Integercapacityprotected java.util.Queue<org.springframework.messaging.Message<?>>queueFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
PARSER, target -
Constructor Summary
Constructors Modifier Constructor Description protectedQueueChannelSpec()protectedQueueChannelSpec(java.lang.Integer capacity)protectedQueueChannelSpec(java.util.Queue<org.springframework.messaging.Message<?>> queue) -
Method Summary
Modifier and Type Method Description protected QueueChanneldoGet()Methods inherited from class org.springframework.integration.dsl.MessageChannelSpec
datatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec
_this, createInstance, destroyInstance, get, getId, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stop
-
Field Details
-
Constructor Details
-
QueueChannelSpec
protected QueueChannelSpec() -
QueueChannelSpec
protected QueueChannelSpec(java.util.Queue<org.springframework.messaging.Message<?>> queue) -
QueueChannelSpec
protected QueueChannelSpec(java.lang.Integer capacity)
-
-
Method Details
-
doGet
- Overrides:
doGetin classMessageChannelSpec<QueueChannelSpec,QueueChannel>
-