public interface Matchable
| Modifier and Type | Method and Description |
|---|---|
boolean |
isMatch(Event event,
Event.Builder builder)
Determines if the event should be processed
|
boolean isMatch(Event event, Event.Builder builder) throws org.mule.runtime.api.exception.MuleException
event - the current event to evaluatebuilder - an event builder in case the filter needs to make changes to the event.org.mule.runtime.api.exception.MuleException - if the event cannot be evaluatedCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.