Docs / API Reference
API Reference
Public types and methods across all ten Axon packages, grouped by package.
Axon.Core
GoAxon.Core
Shared models and enums used by both Axon.Client and Axon.Server — no dependency on either.
Axon.Client
GoAxon.Client
Enqueue jobs, schedule recurring jobs, and execute jobs dispatched to this process.
Axon.Server
GoAxon.Server
The scheduler and dispatcher — SignalR hub, in-memory job store, background dispatch, dashboard.
Storage backends
GoAxon.Store.SqlServer · Postgres · MySql · SQLite · MongoDb
One package per backend, each registering the same underlying job/recurring-job/instance store contracts.
Axon.Server.Redis
GoAxon.Server.Redis
Redis-backed SignalR backplane so dispatch and dashboard updates reach a client regardless of which server instance accepted its connection.
Axon.Server.OpenTelemetry
GoAxon.Server.OpenTelemetry
Metrics and traces for job dispatch, exported through standard OpenTelemetry exporters.