AxEventSourceContext
Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L548
Properties
| Property | Type |
|---|---|
signal | AbortSignal |
Methods
publish()
publish(ingress: Readonly<AxEventIngress>, signal?: AbortSignal): Promise<AxEventPublishReceipt>;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L550
Parameters
| Parameter | Type |
|---|---|
ingress | Readonly<AxEventIngress> |
signal? | AbortSignal |
Returns
Promise<AxEventPublishReceipt>
reportError()
reportError(error: unknown): void;Defined in: https://github.com/ax-llm/ax/blob/e4219a44b7581a55a40d9dd62d2c281062ff078d/src/ax/event/types.ts#L554
Parameters
| Parameter | Type |
|---|---|
error | unknown |
Returns
void