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