| Package | Description |
|---|---|
| org.ikasan.spec.component.filter |
| Modifier and Type | Method and Description |
|---|---|
boolean |
FilterRule.accept(T message)
Evaluate message based on defined rule.
|
T |
Filter.filter(T message)
If the message matches the criteria specified by the MessageFilter implementation,
the message is returned (passed through) and in turn routed to next part of the flow.
|
Copyright © 2007-2016 Ikasan. All Rights Reserved.