|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.integration.util.AbstractExpressionEvaluator org.springframework.integration.aggregator.ExpressionEvaluatingMessageListProcessor org.springframework.integration.aggregator.ExpressionEvaluatingReleaseStrategy
public class ExpressionEvaluatingReleaseStrategy
A ReleaseStrategy
that evaluates an expression.
Constructor Summary | |
---|---|
ExpressionEvaluatingReleaseStrategy(java.lang.String expression)
|
Method Summary | |
---|---|
boolean |
canRelease(MessageGroup messages)
Evaluate the expression provided on the messages (a collection) in the group and return the result (must be boolean). |
Methods inherited from class org.springframework.integration.aggregator.ExpressionEvaluatingMessageListProcessor |
---|
process, setExpectedType |
Methods inherited from class org.springframework.integration.util.AbstractExpressionEvaluator |
---|
evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, evaluateExpression, getEvaluationContext, setBeanFactory, setBeanResolver, setConversionService |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExpressionEvaluatingReleaseStrategy(java.lang.String expression)
Method Detail |
---|
public boolean canRelease(MessageGroup messages)
canRelease
in interface ReleaseStrategy
|
Spring Integration | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |