Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActorMethod<Args, Ret>

Type Parameters

  • Args extends unknown[] = unknown[]

  • Ret = unknown

Hierarchy

Callable

  • ActorMethod(...args: Args): Promise<Ret>
  • An actor method type, defined for each methods of the actor service.

    Parameters

    • Rest ...args: Args

    Returns Promise<Ret>

Index

Methods

  • withOptions(options: CallConfig): ((...args: Args) => Promise<Ret>)

Generated using TypeDoc