Package org.distributeme.core.failing
Class RetryCall
java.lang.Object
org.distributeme.core.failing.RetryCall
- All Implemented Interfaces:
FailingStrategy
This failing strategy always retries the call.
- 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
-
RetryCall
public RetryCall()
-
-
Method Details
-
callFailed
What should happen if a call is failed.- Specified by:
callFailedin interfaceFailingStrategy- Parameters:
context- aClientSideCallContextobject.- Returns:
- a
FailDecisionobject.
-