Top Banner
Abdul Imran Khan
8

Filters in Mulesoft

Jan 07, 2017

Download

Technology

AbdulImrankhan7
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Filters in Mulesoft

Abdul Imran Khan

Page 2: Filters in Mulesoft

Filters Topic for next session Reference

Page 3: Filters in Mulesoft

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: Filters in Mulesoft
Page 5: Filters in Mulesoft

-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: Filters in Mulesoft

Filters

Page 7: Filters in Mulesoft

www.mulesoft.com

Page 8: Filters in Mulesoft