Skip to content

ActorMethodWithHttpDetails

Defined in: packages/agent/src/actor.ts:113

An actor method type, defined for each methods of the actor service.

Args extends unknown[] = unknown[]

Ret = unknown

ActorMethodWithHttpDetails(…args): Promise<{ httpDetails: HttpDetailsResponse; result: Ret; }>

Defined in: packages/agent/src/actor.ts:115

An actor method type, defined for each methods of the actor service.

Args

Promise<{ httpDetails: HttpDetailsResponse; result: Ret; }>

ActorMethodWithHttpDetails(…args): Promise<unknown>

Defined in: packages/agent/src/actor.ts:113

An actor method type, defined for each methods of the actor service.

unknown[]

Promise<unknown>

withOptions(options): (…args) => Promise<unknown>

Defined in: packages/agent/src/actor.ts:107

CallConfig

(…args): Promise<unknown>

unknown[]

Promise<unknown>

ActorMethod.withOptions