Uses of Enum Class
org.distributeme.core.routing.RouterStrategy
Packages that use RouterStrategy
-
Uses of RouterStrategy in org.distributeme.core.routing
Methods in org.distributeme.core.routing that return RouterStrategyModifier and TypeMethodDescriptionprotected RouterStrategyAbstractParameterBasedModRouterWithFailOverToNextNode.getStrategy()Return RouterStrategy - which should be used for current Router implementation.protected RouterStrategyRoundRobinRouterWithFailoverToNextNode.getStrategy()Return RouterStrategy - which should be used for current Router implementation.protected RouterStrategyRoundRobinRouterWithStickyFailoverToNextNode.getStrategy()Return RouterStrategy - which should be used for current Router implementation.static RouterStrategyReturns the enum constant of this class with the specified name.static RouterStrategy[]RouterStrategy.values()Returns an array containing the constants of this enum class, in the order they are declared.