AxEventContext
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L194
Properties
| Property | Modifier | Type |
|---|---|---|
abortSignal | readonly | AbortSignal |
attempt | readonly | number |
continuation? | readonly | Readonly<AxEventContinuation> |
deliveryId | readonly | string |
fencingToken? | readonly | number |
idempotencyKey | readonly | string |
identity | readonly | Readonly<AxEventIdentity> |
ingress | readonly | Readonly<AxEventIngress> |
instanceKey | readonly | string |
routeId | readonly | string |
runId | readonly | string |
runtimeId | readonly | string |
targetId? | readonly | string |
trust | readonly | AxEventTrust |
Methods
registerContinuation()
registerContinuation(registration: Readonly<AxEventContinuationRegistration>): string;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L209
Parameters
| Parameter | Type |
|---|---|
registration | Readonly<AxEventContinuationRegistration> |
Returns
string