AxEventRuntimeOptions Generated TypeScript API reference. typescript api api/reference build/apidocs/Interface.AxEventRuntimeOptions.md interface AxEventRuntimeOptions

AxEventRuntimeOptions

Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L565

Properties

PropertyType
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
routesreadonly AxEventRoute[]
sources?readonly AxEventSource[]
store?AxEventStore
workerConcurrency?number
workerId?string
Docs