-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Description
Expected Behavior
https://docs.spring.io/spring-integration/reference/html/dsl.html#java-dsl-basics mentions .gateway()
and possibly https://docs.spring.io/spring-integration/reference/html/dsl.html also has its own section about Gateways, e.g. https://docs.spring.io/spring-integration/reference/html/dsl.html#java-dsl-gateways
Current Behavior
There is no mention of .gateway()
and no use of it in the spring-integration-saples
code either. It's easy to completely miss that this endpoint exists in the DSL
Context
On Stackoverflow, @artembilan suggested I post this GH request.
https://stackoverflow.com/questions/68400511/spring-integration-dsl-how-to-refactor-into-subflows#comment120898078_68402954
How has this issue affected you?
It took me way to long to realize that Spring Integration DSL hat a .gateway() method available when .gateway() was exactly what I needed.