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
This commit is contained in:
Gary Russell
2017-01-03 18:35:34 -05:00
committed by Artem Bilan
parent e2dd2c52d2
commit 77fd8a4684
7 changed files with 310 additions and 52 deletions

View File

@@ -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>