forked from spring-projects/spring-integration
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize
MessageTriggerAction
for Java DSL (spring-projects#8595)
Currently, the `MessageTriggerAction.trigger` is configured on the `BaseIntegrationFlowDefinition` to be called via reflection in the `MessagingMethodInvokerHelper` * Represent a `MessageTriggerAction.trigger` as a `Consumer<Message<?>>` method reference and use a `LambdaMessageProcessor` for direct call * Add a `Consumer` support for `LambdaMessageProcessor`
- Loading branch information
1 parent
b997295
commit aaaa489
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters