Method AddQavrenEdge
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.
public static IServiceCollection AddQavrenEdge(this IServiceCollection services, Action<EdgeBuilder> configure)
Parameters
servicesIServiceCollectionconfigureAction<EdgeBuilder>