Class PriorityChannelSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<PriorityChannelSpec, PriorityChannel>
org.springframework.integration.dsl.MessageChannelSpec<PriorityChannelSpec, PriorityChannel>
org.springframework.integration.dsl.PriorityChannelSpec
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<PriorityChannel>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
- Since:
- 5.0
- Author:
- Artem Bilan
- 
Field SummaryFields inherited from class org.springframework.integration.dsl.MessageChannelSpecchannelFields inherited from class org.springframework.integration.dsl.IntegrationComponentSpeclogger, PARSER, targetFields inherited from interface org.springframework.beans.factory.FactoryBeanOBJECT_TYPE_ATTRIBUTEFields inherited from interface org.springframework.context.SmartLifecycleDEFAULT_PHASE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncapacity(int capacity) comparator(Comparator<Message<?>> comparator) protected PriorityChanneldoGet()messageStore(PriorityCapableChannelMessageStore messageGroupStore, Object groupId) Methods inherited from class org.springframework.integration.dsl.MessageChannelSpecdatatype, getComponentsToRegister, interceptor, messageConverter, wireTap, wireTap, wireTapMethods inherited from class org.springframework.integration.dsl.IntegrationComponentSpec_this, afterPropertiesSet, destroy, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.FactoryBeanisSingleton
- 
Constructor Details- 
PriorityChannelSpecprotected PriorityChannelSpec()
 
- 
- 
Method Details- 
capacity
- 
comparator
- 
messageStorepublic PriorityChannelSpec messageStore(PriorityCapableChannelMessageStore messageGroupStore, Object groupId) 
- 
doGet- Overrides:
- doGetin class- MessageChannelSpec<PriorityChannelSpec, PriorityChannel>
 
 
-