Package services.moleculer.strategy
package services.moleculer.strategy
-
ClassesClassDescriptionArrayBasedStrategy<T extends Endpoint>Abstract class for Round-Robin and Random invocation strategies.Abstract class for Round-Robin and Random invocation strategy factories.CpuUsageStrategy<T extends Endpoint>Lowest CPU usage invocation strategy.Factory of lowest CPU usage strategy.NanoSecRandomStrategy<T extends Endpoint>Nanosec-based pseudorandom invocation strategy.Factory of nanosec-based pseudorandom invocation strategy.NetworkLatencyStrategy<T extends Endpoint>Lowest network latency strategy.Factory of lowest network latency strategy.RoundRobinStrategy<T extends Endpoint>Round-Robin invocation strategy.Factory of Round-Robin invocation strategy.SecureRandomStrategy<T extends Endpoint>Java Random/SecureRandom-based invocation strategy.Factory of Java SecureRandom-based invocation strategy.ShardStrategy<T extends Endpoint>Sharding invocation strategy.Sharding invocation strategy factory.Base superclass of all Strategy implementations.Base class of Invocation Strategies.XorShiftRandomStrategy<T extends Endpoint>Fast XORSHIFT-based pseudorandom invocation strategy.Factory of XORSHIFT-based pseudorandom invocation strategy.