-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
in: dslstatus: invalidNot reproducable or not relevant to the current state of the projectNot reproducable or not relevant to the current state of the projecttype: enhancement
Description
With reference to the comments to the solution of Programmatically start and stop certain IntegrationFlows in Spring Integration?
the interface IntegrationFlow
should extend SmartLifeCycle
as IntegrationFlow
does not provide (for example) stop()
and start()
.
The two implementing classes of IntegrationFlow
namely IntegrationFlowAdapter
StandardIntegrationFlow
already implement SmartLifecycle
- so it should be possible to make this fit.
Metadata
Metadata
Assignees
Labels
in: dslstatus: invalidNot reproducable or not relevant to the current state of the projectNot reproducable or not relevant to the current state of the projecttype: enhancement