|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Attribute controller interface for
PullPullAggregatorWhileNotNullImpl
aggregator implementation.
Defines the behavior when the first pulled message is null.
Method Summary | |
boolean |
getPullEmptyMessagePolicy()
Returns true if the aggregator must return an empty message
when no message can't be aggregated. |
void |
setPullEmptyMessagePolicy(boolean policy)
Sets the pullEmptyMessage policy. |
Method Detail |
public boolean getPullEmptyMessagePolicy()
true
if the aggregator must return an empty message
when no message can't be aggregated. If false
, the
aggregator returns null
.
pullEmptyMessage
policy.public void setPullEmptyMessagePolicy(boolean policy)
pullEmptyMessage
policy.
policy
- the new pullEmptyMessage
policy.getPullEmptyMessagePolicy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |