We use Compensation when we need to revert the action done through webservice as there is no rollback stategy in webservice we need to call the revert activity of that particular service.
Compensation Handler : Reverse action to be conducted for the given scope. It wont be auto triggered.
Compensate: Composite Handler will be get triggered by Composite event.
If there are two compensation handler in a composite all the handler will be executed when we invoke compensate event.
Compensation Handler : Reverse action to be conducted for the given scope. It wont be auto triggered.
Compensate: Composite Handler will be get triggered by Composite event.
If there are two compensation handler in a composite all the handler will be executed when we invoke compensate event.
No comments:
Post a Comment