[Beta] Publish an event to this axon.
Parameters for the event to publish
Optionaloptions: RequestOptions<unknown>Request options
The publish result with sequence number and timestamp
[Beta] Subscribe to this axon's event stream via server-sent events.
Optionalquery: Runloop.AxonSubscribeSseParamsQuery parameters (e.g. after_sequence)
Optionaloptions: RequestOptions<unknown>Request options
An async iterable stream of axon events
[Beta] Object-oriented interface for working with Axons.
Remarks
Overview
The
Axonclass provides a high-level, object-oriented API for managing axons. Axons are event communication channels that support publishing events and subscribing to event streams via server-sent events (SSE).Quickstart