Class LocalActionEndpoint
java.lang.Object
services.moleculer.service.Endpoint
services.moleculer.service.ActionEndpoint
services.moleculer.service.LocalActionEndpoint
- All Implemented Interfaces:
Action
-
Field Summary
Fields inherited from class ActionEndpoint
checkedMiddlewares, config, current, hashCode, localOnly, logger, name, service -
Constructor Summary
ConstructorsConstructorDescriptionLocalActionEndpoint(DefaultServiceRegistry registry, ExecutorService executor, String nodeID, String service, io.datatree.Tree config, Action action, String actionName) -
Method Summary
Methods inherited from class ActionEndpoint
equals, getAction, getConfig, handler, hashCode, isLocalOnly, use
-
Constructor Details
-
LocalActionEndpoint
public LocalActionEndpoint(DefaultServiceRegistry registry, ExecutorService executor, String nodeID, String service, io.datatree.Tree config, Action action, String actionName)
-