Skip to content

ActorMethodExtended

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

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

Args extends unknown[] = unknown[]

Ret = unknown

ActorMethodExtended(…args): Promise<{ certificate?: Certificate; httpDetails?: HttpDetailsResponse; result: Ret; }>

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

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

Args

Promise<{ certificate?: Certificate; httpDetails?: HttpDetailsResponse; result: Ret; }>

ActorMethodExtended(…args): Promise<unknown>

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

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