mule soft muleflow

9
ABHISHEK JAIN MuleSoft Day4 Mule Flow

Upload: abhipokharna

Post on 15-Feb-2017

199 views

Category:

Technology


0 download

TRANSCRIPT

Page 1: Mule soft muleflow

ABHISHEK JAIN

MuleSoft Day4Mule Flow

Page 2: Mule soft muleflow

Agenda

Mule FlowHigh Level PictureType of FlowsAdvantagesTopic for next sessionReference

Page 3: Mule soft muleflow

Mule Flow

Mule applications are built around one or more flows. A Mule application begins processing a message it is received by an inbound endpoint in a flow. This flow can then either implement all processing stages, or route the message to other flows or subflows to perform specific tasks. Relative to the flow which triggered its execution, a flows and sub flows can process messages either synchronously or asynchronously 

Ref: https://developer.mulesoft.com/docs/display/current/Flows+and+Subflows

Page 4: Mule soft muleflow

High Level Picture

Page 5: Mule soft muleflow

Type of Flows

Page 6: Mule soft muleflow

Advantages

-Asynchronous flow can perform time consuming tasks

-Flows can maintain their own threading and exception strategies

-Break large application into small for readable perspective

-Less documentation

-Self Explanatory

Page 7: Mule soft muleflow

Next Session

Examples of Mule FlowMule Variables

Page 8: Mule soft muleflow

References

www.mulesoft.comMule in Action

Page 9: Mule soft muleflow

Thank You