AxEventRuntimeOptions
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L565
Properties
| Property | Type |
|---|---|
allowVolatile? | boolean |
clock? | AxEventClock |
coordination? | "single-worker" | "multi-worker" |
heartbeatMs? | number |
id? | string |
leaseMs? | number |
maxAttempts? | number |
onSourceError? | (sourceId: string, error: unknown) => void | Promise<void> |
programStateStore? | AxProgramStateStore |
publishTimeoutMs? | number |
retryBaseMs? | number |
retryMaxMs? | number |
routes | readonly AxEventRoute[] |
sources? | readonly AxEventSource[] |
store? | AxEventStore |
workerConcurrency? | number |
workerId? | string |