Package org.apache.synapse.eventing
Interface SynapseEventFilter
-
- All Known Implementing Classes:
XPathBasedEventFilter
public interface SynapseEventFilter
Synapse Event Filter that use the message context to do filtering.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSatisfied(MessageContext mc)
Check the incoming event satisfied with the defined filter
-
-
-
Method Detail
-
isSatisfied
boolean isSatisfied(MessageContext mc)
Check the incoming event satisfied with the defined filter- Parameters:
mc
- Message Context- Returns:
- True|False
-
-