Uses of Class
org.distributeme.core.routing.AbstractRouter
Packages that use AbstractRouter
-
Uses of AbstractRouter in org.distributeme.core.failing
Subclasses of AbstractRouter in org.distributeme.core.failingModifier and TypeClassDescriptionclassThis failing strategy / router combination fails over to a special failover service instance and stays there.classThis 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.classThis 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.classThis 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.classCreated by hpemoeller on 4/10/17. -
Uses of AbstractRouter in org.distributeme.core.routing
Subclasses of AbstractRouter in org.distributeme.core.routingModifier and TypeClassDescriptionclassAbstract implementation of MOD strategy router which supports FailOver to next cluster node - strategy.classAbstract implementation ofRouterwhich supportsFailingStrategy.classAbstract implementation ofRouterwhich supportsFailingStrategy.classThis router sends each call to another instance.classThis router implementation does mostly nothing.classThis router is based on numeric parameters and their mod value.classThis router sends each call to another instance.classThis router sends each call to another instance.classThis router sends each call to another instance.classThis is an example implementation of a Router which actually do not route anything but simply prints out each call.