AddSqsStreams(ISiloBuilder, string, Action<SiloSqsStreamConfigurator>)
staticextension
public static ISiloBuilder AddSqsStreams(this ISiloBuilder builder, string name, Action<SiloSqsStreamConfigurator> configure) Configures the silo to use an Amazon SQS-backed persistent stream provider.
Parameters
builderISiloBuilder- The silo builder.
namestring- The name of the stream provider.
configureAction<SiloSqsStreamConfigurator>- The delegate used to configure the stream provider.
Returns
The silo builder.
