SiloKinesisStreamConfigurator(string, Action<Action<IServiceCollection>>)
public SiloKinesisStreamConfigurator(string name, Action<Action<IServiceCollection>> configureServicesDelegate) Initializes a new instance of the
SiloKinesisStreamConfigurator class. Parameters
namestring- The name of the stream provider.
configureServicesDelegateAction<Action<IServiceCollection>>- The delegate used to configure silo services.
