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`