Class EdgeServiceCollectionExtensions
The one entry point every consumer calls to wire Qavren.Edge into a container.
public static class EdgeServiceCollectionExtensions
- Inheritance
-
EdgeServiceCollectionExtensions
- Inherited Members
Methods
- AddQavrenEdge(IServiceCollection, Action<EdgeBuilder>)
Registers the Qavren.Edge core. Idempotent: calling it twice adds one host, one hub, one diagnostics service, and applies both configuration callbacks.
- Configure(EdgeBuilder, Action<EdgeOptions>)
Configures EdgeOptions without adding another host.