mulesoft filters

8
MuleSoft Debug Program Feroz Khan

Upload: mdfkhan625

Post on 20-Jan-2017

275 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Mulesoft Filters

MuleSoft Debug Program

Feroz Khan

Page 2: Mulesoft Filters

Agenda

• Filters• Topic for next session• Reference

Page 3: Mulesoft Filters

Filters

Filters are basically used for deciding whether a message can process through an application flow or not.

If we want to avoid the processing of certain messages from message processors as they don’t want irrelevant message then this can be used easily for dropping those messages

Mulesoft has provided more than 12+ filters to use in the application and more common for any of the application (like and, or, not, payload, expression)

Mulesoft has also given flexibility to create custom global filter and use it within application

Page 4: Mulesoft Filters

Mule Provided Filters

Page 5: Mulesoft Filters

Expression Filter-Expression Filters are used for validating the MEL against required data-In the below example, I have used expression filter to validate the payload and excluded the “/favicon.ico”

Page 6: Mulesoft Filters

Next Session

Filters

Page 7: Mulesoft Filters

References

• www.mulesoft.com

Page 8: Mulesoft Filters

Thank You