Class RetryCallOnce

java.lang.Object
org.distributeme.core.failing.RetryCallOnce
All Implemented Interfaces:
FailingStrategy

public class RetryCallOnce extends Object implements FailingStrategy
This failing strategy only retries the call once. This is useful in combination with failing aware routers, because the strategy itself will send the call to the same service.
Version:
$Id: $Id
Author:
lrosenberg