Package org.distributeme.core.failing
Class FailCall
java.lang.Object
org.distributeme.core.failing.FailCall
- All Implemented Interfaces:
FailingStrategy
This failing strategy simply fails the call and not tries to retry anything.
- Version:
- $Id: $Id
- Author:
- lrosenberg
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncallFailed(ClientSideCallContext context) What should happen if a call is failed.
-
Constructor Details
-
FailCall
public FailCall()
-
-
Method Details
-
callFailed
What should happen if a call is failed.- Specified by:
callFailedin interfaceFailingStrategy- Parameters:
context- aClientSideCallContextobject.- Returns:
- a
FailDecisionobject.
-