Interface | Description |
---|---|
FailingStrategy |
This interface describes a decision utility for reaction on failing.
|
Class | Description |
---|---|
DefaultFailingStrategy |
This failing strategy is used if no other failing strategy is specified.
|
FailCall |
This failing strategy simply fails the call and not tries to retry anything.
|
FailDecision |
Possible decisions that a failing strategy can make.
|
Failover |
This failing strategy / router combination fails over to a special failover service instance and stays there.
|
FailoverAndReturn |
This is base class for failing strategy / router combination which is pretty much the same as Failover, but instead of staying on
the failover instance forever, it tries to switch back after some timeout.
|
FailoverAndReturnInAMinute |
This failing strategy / router combination is pretty much the same as Failover, but instead of staying on
the failover instance forever, it tries to switch back after a minute.
|
FailoverAndReturnInTenSeconds |
This failing strategy / router combination is pretty much the same as Failover, but instead of staying on
the failover instance forever, it tries to switch back after 10 seconds.
|
RetryCall |
This failing strategy always retries the call.
|
RetryCallOnce |
This failing strategy only retries the call once.
|
WaitOneSecondAndRetry |
This call strategy will make one second pause and retry afterwards.
|
Enum | Description |
---|---|
FailDecision.Reaction |
Reaction on failure.
|
Copyright © 2010-2014 anotheria.net. All Rights Reserved.