Elarion

Capabilities

The opt-in platform pieces you wire into a host — transports, scheduling, events, EF Core, caching, telemetry, and more.

Concepts covers the application model you cannot avoid: every Elarion app has handlers, results, modules, and the source generation that wires them. Capabilities are different — they are the platform pieces you opt into and explicitly wire. You can ship a working application without any of them, and add each one only when a real requirement calls for it.

That line is the framework's guiding principle in practice:

Auto-detect application patterns, explicitly wire platform capabilities.

Each capability below is independent. Add the package, opt the relevant handlers in with an attribute, and wire the runtime in your host.

Expose your handlers

Application capabilities

Data & storage

On this page