Uses of Class
services.moleculer.strategy.StrategyFactory
Packages that use StrategyFactory
Package
Description
-
Uses of StrategyFactory in services.moleculer
Fields in services.moleculer declared as StrategyFactoryModifier and TypeFieldDescriptionprotected StrategyFactoryServiceBroker.strategyFactoryDefault (round-robin) service invocation factory. -
Uses of StrategyFactory in services.moleculer.config
Fields in services.moleculer.config declared as StrategyFactoryMethods in services.moleculer.config that return StrategyFactoryMethods in services.moleculer.config with parameters of type StrategyFactoryModifier and TypeMethodDescriptionvoidServiceBrokerConfig.setStrategyFactory(StrategyFactory strategyFactory) ServiceBrokerBuilder.strategy(StrategyFactory strategyFactory) -
Uses of StrategyFactory in services.moleculer.eventbus
Fields in services.moleculer.eventbus declared as StrategyFactory -
Uses of StrategyFactory in services.moleculer.service
Fields in services.moleculer.service declared as StrategyFactoryModifier and TypeFieldDescriptionprotected StrategyFactoryDefaultServiceRegistry.strategyFactory -
Uses of StrategyFactory in services.moleculer.strategy
Subclasses of StrategyFactory in services.moleculer.strategyModifier and TypeClassDescriptionclassAbstract class for Round-Robin and Random invocation strategy factories.classFactory of lowest CPU usage strategy.classFactory of nanosec-based pseudorandom invocation strategy.classFactory of lowest network latency strategy.classFactory of Round-Robin invocation strategy.classFactory of Java SecureRandom-based invocation strategy.classSharding invocation strategy factory.classFactory of XORSHIFT-based pseudorandom invocation strategy.