Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OperationInvoker

Describes a type that can invoker service methods.

Hierarchy

  • OperationInvoker

Index

Methods

Methods

invoke

  • invoke(instance: Object, args: any[], callback: ResultCallback<any>): void
  • Invokes a service method on the given service instance.

    Parameters

    • instance: Object

      The service instance.

    • args: any[]

      A list of arguments applied to the method.

    • callback: ResultCallback<any>

      Called with result of the operation.

    Returns void

Generated using TypeDoc