Skip to content

SiloKinesisStreamConfigurator.SiloKinesisStreamConfigurator(string, Action<Action<IServiceCollection>>)

SiloKinesisStreamConfigurator(string, Action<Action<IServiceCollection>>)

View source
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.