AspireKurrentDBExtensions
Class static net10.0
Provides extension methods for registering KurrentDB-related services in an
Hosting.IHostApplicationBuilder. namespace Microsoft.Extensions.Hosting;
public static class AspireKurrentDBExtensions{ // ...}Methods2
Section titled MethodsAddKeyedKurrentDBClient(IHostApplicationBuilder, string, Action<KurrentDBSettings>)extension Registers
Client.KurrentDBClient as a keyed singleton for the given name in the services provided by the builder. AddKurrentDBClient(IHostApplicationBuilder, string, Action<KurrentDBSettings>)extension Registers
Client.KurrentDBClient as a singleton in the services provided by the builder.