Uses of Class
services.moleculer.service.Service
Packages that use Service
Package
Description
-
Uses of Service in services.moleculer
Fields in services.moleculer with type parameters of type ServiceModifier and TypeFieldDescriptionprotected final ConcurrentHashMap<String, Service> ServiceBroker.servicesServices which defined and added to the Broker before the boot process.Methods in services.moleculer that return ServiceModifier and TypeMethodDescriptionServiceBroker.getLocalService(String serviceName) Returns a local service by name (eg.Methods in services.moleculer with parameters of type ServiceModifier and TypeMethodDescriptionServiceBroker.createService(String name, Service service) Installs a new service with the specified name (eg.ServiceBroker.createService(Service service) Installs a new service instance and notifies other nodes about the actions/listeners of the new service. -
Uses of Service in services.moleculer.eventbus
Methods in services.moleculer.eventbus with parameters of type ServiceModifier and TypeMethodDescriptionvoidDefaultEventbus.addListeners(String serviceName, Service service) abstract voidEventbus.addListeners(String name, Service service) -
Uses of Service in services.moleculer.internal
Subclasses of Service in services.moleculer.internalModifier and TypeClassDescriptionclassThe broker contains some internal services to check the health of node or get broker statistics. -
Uses of Service in services.moleculer.service
Fields in services.moleculer.service with type parameters of type ServiceModifier and TypeFieldDescriptionprotected final LinkedHashMap<String, Service> DefaultServiceRegistry.servicesMethods in services.moleculer.service that return ServiceModifier and TypeMethodDescriptionDefaultServiceRegistry.getService(String name) abstract ServiceServiceRegistry.getService(String name) Methods in services.moleculer.service with parameters of type ServiceModifier and TypeMethodDescriptionio.datatree.PromiseDefaultServiceRegistry.addActions(String serviceName, Service service) abstract io.datatree.PromiseServiceRegistry.addActions(String name, Service service) protected voidDefaultServiceRegistry.addOnlineActions(String serviceName, Service service)