Interface ActorMethodExtended<Args, Ret>
Type Parameters
- Args extends unknown[] = unknown[]
- Ret = unknown
- ActorMethodExtended(...args): Promise<{
certificate?: utils.agent.Certificate;
httpDetails?: utils.agent.HttpDetailsResponse;
result: Ret;
}> - ActorMethodExtended(...args): Promise<unknown>
Returns Promise<unknown>
Methods
withOptions
- withOptions(options): ((...args) => Promise<unknown>)
Returns ((...args) => Promise<unknown>)
An actor method type, defined for each methods of the actor service.