Skip to content

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

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

View source
public SiloSqsStreamConfigurator(string name, Action<Action<IServiceCollection>> configureServicesDelegate)
Initializes a new instance of the SiloSqsStreamConfigurator class.

Parameters

namestring
The name of the stream provider.
configureServicesDelegateAction<Action<IServiceCollection>>
The delegate used to configure silo services.