Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ActorMethodWithHttpDetails<Args, Ret>

Type Parameters

  • Args extends unknown[] = unknown[]

  • Ret = unknown

Hierarchy

Callable

  • ActorMethodWithHttpDetails(...args: Args): Promise<{ httpDetails: HttpDetailsResponse; result: Ret }>
  • ActorMethodWithHttpDetails(...args: unknown[]): Promise<unknown>

Index

Methods

  • withOptions(options: CallConfig): ((...args: unknown[]) => Promise<unknown>)

Generated using TypeDoc