spring-projects / spring-integration-extensions

The Spring Integration Extensions project provides extension components for Spring Integration
http://www.springintegration.org/
280 stars 266 forks source link

Rely on the `BaseIntegrationFlowDefinition` #220

Closed artembilan closed 4 years ago

artembilan commented 4 years ago

To avoid some inline reified functions names, it would be better to rely on the BaseIntegrationFlowDefinition from SI Core. This way we can have the same names for Kotlin-specific functions without conflicts for similar methods in Java which are just a syntax sugar without any target type guarantee

Depends on: https://github.com/spring-projects/spring-integration/pull/3087