mulesoft exceptions

13
Exceptions

Upload: dwight-cavalcanti

Post on 20-Mar-2017

122 views

Category:

Technology


1 download

TRANSCRIPT

Page 1: Mulesoft Exceptions

Exceptions

Page 2: Mulesoft Exceptions

Exceptions• Choice Exception Strategy.• Catch Exception.• Rollback Exception.

Page 3: Mulesoft Exceptions

Choice Exception

Criar um tipo de choice pra exception

Page 4: Mulesoft Exceptions

HTTP Settings

Page 5: Mulesoft Exceptions
Page 6: Mulesoft Exceptions
Page 7: Mulesoft Exceptions
Page 8: Mulesoft Exceptions

Type of exception that should be catch here:

Page 9: Mulesoft Exceptions

Type of exception that should be catch here:

Page 10: Mulesoft Exceptions

Type of exception that should be catch here:

Page 11: Mulesoft Exceptions

Rollback Exception Strategy

• You can define a Rollback Exception Strategy to ensure that a message that throws an exception in a flow is reverted to a process again. Usually, this is used on a transaction flow. If a transaction fails, the rollback exception strategy reverts the transaction of the flow.

Page 12: Mulesoft Exceptions
Page 13: Mulesoft Exceptions

Done!• Documentation:• https://docs.mulesoft.com/mule-user-guide/v/3.7/rollback-exception-

strategy#sts=Rollback Exception Strategy