Interface IntegrationFlowContext

All Known Implementing Classes:
StandardIntegrationFlowContext

public interface IntegrationFlowContext
A public API for dynamic (manual) registration of IntegrationFlows, not via standard bean registration phase.

The bean of this component is provided via framework automatically. A bean name is based on the decapitalized class name. It must be injected to the target service before use.

The typical use-case, and, therefore algorithm, is:

For convenience an associated IntegrationFlowContext.IntegrationFlowRegistration is returned after registration. It can be used for access to the target IntegrationFlow or for manipulation with its lifecycle.

Since:
5.0
Author:
Artem Bilan, Gary Russell, Artem Vozhdayenko
See Also: