Uses of Interface
net.reevik.darkest.criteria.RoutingCondition
Packages that use RoutingCondition
-
Uses of RoutingCondition in net.reevik.darkest
Methods in net.reevik.darkest that return RoutingConditionConstructors in net.reevik.darkest with parameters of type RoutingConditionModifierConstructorDescriptionRoutingConfiguration(SideCommand<T> sideACommand, SideCommand<T> sideBCommand, ResultValidator<T> validator, RoutingMode routingMode, RoutingCondition routingCondition, Monitorable monitorable) -
Uses of RoutingCondition in net.reevik.darkest.criteria
Classes in net.reevik.darkest.criteria that implement RoutingConditionModifier and TypeClassDescriptionclassCriterion which enables routing in case the number of requests reach a pre-configured threshold.