SiloSqsStreamConfigurator(string, Action<Action<IServiceCollection>>)
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.
