Uses of Class
services.moleculer.config.ServiceBrokerConfig
Packages that use ServiceBrokerConfig
-
Uses of ServiceBrokerConfig in services.moleculer
Fields in services.moleculer declared as ServiceBrokerConfigModifier and TypeFieldDescriptionprotected final ServiceBrokerConfigServiceBroker.configConfiguration settings and internal components (event bus, cacher, service registry, etc.) of this node / broker.Methods in services.moleculer that return ServiceBrokerConfigModifier and TypeMethodDescriptionServiceBroker.getConfig()Returns the configuration settings and internal components (event bus, cacher, service registry, etc.) of this node / broker.Constructors in services.moleculer with parameters of type ServiceBrokerConfigModifierConstructorDescriptionServiceBroker(ServiceBrokerConfig config) Creates a new ServiceBroker by the specifiedconfiguration. -
Uses of ServiceBrokerConfig in services.moleculer.config
Fields in services.moleculer.config declared as ServiceBrokerConfig