Package org.distributeme.core.failing


package org.distributeme.core.failing
  • Class
    Description
    This failing strategy is used if no other failing strategy is specified.
    This failing strategy simply fails the call and not tries to retry anything.
    Possible decisions that a failing strategy can make.
    Reaction on failure.
    This interface describes a decision utility for reaction on failing.
    This failing strategy / router combination fails over to a special failover service instance and stays there.
    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.
    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.
    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.
    Created by hpemoeller on 4/10/17.
    This failing strategy always retries the call.
    This failing strategy only retries the call once.
    This call strategy will make one second pause and retry afterwards.