Class BroadcastPublishSubscribeSpec
java.lang.Object
org.springframework.integration.dsl.IntegrationComponentSpec<BroadcastPublishSubscribeSpec, BroadcastCapableChannel>
org.springframework.integration.dsl.BroadcastPublishSubscribeSpec
- All Implemented Interfaces:
DisposableBean, FactoryBean<BroadcastCapableChannel>, InitializingBean, Lifecycle, Phased, SmartLifecycle, ComponentsRegistration
public class BroadcastPublishSubscribeSpec
extends IntegrationComponentSpec<BroadcastPublishSubscribeSpec, BroadcastCapableChannel>
implements ComponentsRegistration
An
IntegrationComponentSpec for configuring sub-flow subscribers on the
provided BroadcastCapableChannel.- Since:
- 5.3
- Author:
- Artem Bilan, Gary Russell
-
Field Summary
Fields inherited from class IntegrationComponentSpec
logger, PARSER, targetFields inherited from interface FactoryBean
OBJECT_TYPE_ATTRIBUTEFields inherited from interface SmartLifecycle
DEFAULT_PHASE -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionsubscribe(IntegrationFlow subFlow) Configure aIntegrationFlowto configure as a subscriber for the currentBroadcastCapableChannel.Methods inherited from class IntegrationComponentSpec
_this, afterPropertiesSet, destroy, doGet, getId, getObject, getObjectType, getPhase, id, isAutoStartup, isRunning, start, stop, stopMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface FactoryBean
isSingletonMethods inherited from interface SmartLifecycle
isPauseable
-
Constructor Details
-
BroadcastPublishSubscribeSpec
-
-
Method Details
-
subscribe
Configure aIntegrationFlowto configure as a subscriber for the currentBroadcastCapableChannel.- Parameters:
subFlow- theIntegrationFlowto configure as a subscriber for the currentBroadcastCapableChannel.- Returns:
- the current spec
-
getComponentsToRegister
- Specified by:
getComponentsToRegisterin interfaceComponentsRegistration
-