Class ServiceInvoker

java.lang.Object
services.moleculer.service.MoleculerComponent
services.moleculer.service.ServiceInvoker
All Implemented Interfaces:
MoleculerLifecycle
Direct Known Subclasses:
DefaultServiceInvoker

public abstract class ServiceInvoker extends MoleculerComponent
Base superclass of all Service Invoker implementations.
  • Constructor Details

    • ServiceInvoker

      public ServiceInvoker()
  • Method Details

    • call

      public abstract io.datatree.Promise call(Context ctx)