Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: None
-
Fix Version/s: 5.0.M2
-
Component/s: None
-
Labels:
-
Pull Request URL:
Description
Allow a flow to begin with a MessagingGateway, simplifying configuration and avoiding the need for IntegrationComponentScan to find gateways.
Something like...
IntegrationFlows.from(MyMessagingGateway.class)…
And have the BPP build a GPFB.
Then
@Autowired
@Qualifier(“myFlow.entryPoint”)
private MyMessagingGateway gateway;