|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PullPullAggregatorWhileNotNullAttributeController
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 |
---|
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.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 |