INT-4203: Expression RH Advice Improvements
JIRA: https://jira.spring.io/browse/INT-4203 Add channel names for easier use in DSL. Add documentation (boot) example. Normalize Expression Setters; add Javadocs Polishing - SPR-15091 Tiny code style polishing Conflicts: spring-integration-core/src/test/java/org/springframework/integration/dsl/flows/IntegrationFlowTests.java src/reference/asciidoc/handler-advice.adoc spring-integration-core/src/test/java/org/springframework/integration/handler/advice/ExpressionEvaluatingRequestHandlerAdviceTests.java * Restore removed methods in the `ExpressionEvaluatingRequestHandlerAdvice` and deprecate them * Remove methods in the `ExpressionEvaluatingRequestHandlerAdvice` introduced since `5.0`
This commit is contained in:
committed by
Artem Bilan
parent
dd72b9b63d
commit
3301da4157
@@ -115,7 +115,7 @@
|
||||
directory="test">
|
||||
<file:request-handler-advice-chain>
|
||||
<bean class="org.springframework.integration.handler.advice.ExpressionEvaluatingRequestHandlerAdvice">
|
||||
<property name="onSuccessExpression" value="@fileWriteLatch.countDown()"/>
|
||||
<property name="onSuccessExpressionString" value="@fileWriteLatch.countDown()"/>
|
||||
</bean>
|
||||
</file:request-handler-advice-chain>
|
||||
</file:outbound-channel-adapter>
|
||||
|
||||
Reference in New Issue
Block a user