Class PublishSubscribeChannelSpec<S extends PublishSubscribeChannelSpec<S>>
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<S,C>
 
org.springframework.integration.dsl.MessageChannelSpec<S,PublishSubscribeChannel>
 
org.springframework.integration.dsl.PublishSubscribeChannelSpec<S>
- Type Parameters:
- S- the target- PublishSubscribeChannelSpecimplementation type.
- All Implemented Interfaces:
- DisposableBean,- FactoryBean<PublishSubscribeChannel>,- InitializingBean,- Lifecycle,- Phased,- SmartLifecycle,- ComponentsRegistration
- Direct Known Subclasses:
- PublishSubscribeSpec
public class PublishSubscribeChannelSpec<S extends PublishSubscribeChannelSpec<S>>
extends MessageChannelSpec<S,PublishSubscribeChannel> 
- 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 SummaryConstructorsModifierConstructorDescriptionprotectedprotectedPublishSubscribeChannelSpec(boolean requireSubscribers) protectedPublishSubscribeChannelSpec(Executor executor) protectedPublishSubscribeChannelSpec(Executor executor, boolean requireSubscribers) 
- 
Method SummaryModifier and TypeMethodDescriptionapplySequence(boolean applySequence) errorHandler(ErrorHandler errorHandler) ignoreFailures(boolean ignoreFailures) maxSubscribers(Integer maxSubscribers) minSubscribers(int minSubscribers) Methods inherited from class org.springframework.integration.dsl.MessageChannelSpecdatatype, doGet, 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- 
PublishSubscribeChannelSpecprotected PublishSubscribeChannelSpec()
- 
PublishSubscribeChannelSpecprotected PublishSubscribeChannelSpec(boolean requireSubscribers) 
- 
PublishSubscribeChannelSpec
- 
PublishSubscribeChannelSpec
 
- 
- 
Method Details- 
errorHandler
- 
ignoreFailures
- 
applySequence
- 
maxSubscribers
- 
minSubscribers
 
-