Class RpcActionClient

Hierarchy

  • RpcActionClient

Constructors

Properties

entityState: EntityState = ...

Methods

  • Type Parameters

    • T

    Parameters

    • controller: RpcControllerState
    • method: string
    • args: any[]
    • options: {
          dontWaitForConnection?: true;
          timeout?: number;
          typeReuseDisabled?: boolean;
      } = {}
      • Optional dontWaitForConnection?: true
      • Optional timeout?: number
      • Optional typeReuseDisabled?: boolean

    Returns Promise<any>

  • Parameters

    • controller: RpcControllerState
    • method: string
    • options: {
          dontWaitForConnection?: true;
          timeout?: number;
          typeReuseDisabled?: boolean;
      } = {}
      • Optional dontWaitForConnection?: true
      • Optional timeout?: number
      • Optional typeReuseDisabled?: boolean

    Returns Promise<ControllerStateActionTypes>

Generated using TypeDoc