Class Invocation<V>

  • All Implemented Interfaces:
    FaultToleranceStrategy<V>

    public final class Invocation<V>
    extends Object
    implements FaultToleranceStrategy<V>
    A "sentinel" fault tolerance strategy that does no processing, it only invokes the guarded Callable. This is supposed to be used as the last fault tolerance stragegy in a chain.

    There's only one instance of this class, accessible using invocation().