Uses of Interface
services.moleculer.service.Action
Packages that use Action
Package
Description
-
Uses of Action in services.moleculer
Methods in services.moleculer that return Action -
Uses of Action in services.moleculer.cacher
Methods in services.moleculer.cacher that return ActionMethods in services.moleculer.cacher with parameters of type Action -
Uses of Action in services.moleculer.internal
Fields in services.moleculer.internal declared as ActionModifier and TypeFieldDescriptionNodeService.actionsImplementation of the "$node.actions" actionNodeService.eventsImplementation of the "$node.events" actionNodeService.healthImplementation of the "$node.health" actionNodeService.listImplementation of the "$node.list" actionNodeService.servicesImplementation of the "$node.services" action -
Uses of Action in services.moleculer.metrics
Methods in services.moleculer.metrics that return ActionModifier and TypeMethodDescriptionMethods in services.moleculer.metrics with parameters of type Action -
Uses of Action in services.moleculer.service
Classes in services.moleculer.service that implement ActionModifier and TypeClassDescriptionclassclassclassFields in services.moleculer.service declared as ActionMethods in services.moleculer.service that return ActionMethods in services.moleculer.service with parameters of type ActionConstructors in services.moleculer.service with parameters of type ActionModifierConstructorDescriptionLocalActionEndpoint(DefaultServiceRegistry registry, ExecutorService executor, String nodeID, String service, io.datatree.Tree config, Action action, String actionName)