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