| Class | Description |
|---|---|
| AcceptAllFilter |
A filter that accepts everything.
|
| ConsumableMuleMessageFilter |
Filters messages that have a consumable payload.
|
| EqualsFilter |
EqualsFilter is a filter for comparing two objects using the equals() method. |
| ExceptionTypeFilter |
A filter that accepts messages that have an exception payload.
|
| ExpressionFilter |
Allows boolean expressions to be executed on a message.
|
| MessagePropertyFilter |
MessagePropertyFilter can be used to filter against properties on an event. |
| NotWildcardFilter |
Negative version of
WildcardFilter |
| PayloadTypeFilter |
PayloadTypeFilter filters based on the type of the object received. |
| RegExFilter |
RegExFilter is used to match a String argument against a regular expression. |
| WildcardFilter |
WildcardFilter is used to match Strings against wildcards. |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.