Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServiceInstance

native service instance interface

Hierarchy

  • ServiceInstance

Index

Methods

Methods

invoke

  • invoke(methodName: string, input: Dict): Dict
  • Parameters

    • methodName: string

      The name of method to invoke under current service instance

    • input: Dict

      Input for the method

    Returns Dict