AxTimerEventSource
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/sources.ts#L58
Type Parameters
| Type Parameter | Default type |
|---|---|
T extends AxEventValue | AxEventValue |
Implements
Constructors
Constructor
new AxTimerEventSource<T>(options: Readonly<AxTimerEventSourceOptions<T>>): AxTimerEventSource<T>;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/sources.ts#L65
Parameters
| Parameter | Type |
|---|---|
options | Readonly<AxTimerEventSourceOptions<T>> |
Returns
AxTimerEventSource<T>
Properties
| Property | Modifier | Type | Default value |
|---|---|---|---|
id | readonly | string | undefined |
requiresDurable | readonly | false | false |
Methods
start()
start(context: Readonly<AxEventSourceContext>): AxEventSourceHandle;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/sources.ts#L75
Parameters
| Parameter | Type |
|---|---|
context | Readonly<AxEventSourceContext> |