AddKinesisStreams(IClientBuilder, string, Action<KinesisStreamOptions>)
staticextension
public static IClientBuilder AddKinesisStreams(this IClientBuilder builder, string name, Action<KinesisStreamOptions> configureOptions) Configures the client to use an Amazon Kinesis Data Streams-backed persistent stream provider.
Parameters
builderIClientBuilder- The client builder.
namestring- The name of the stream provider.
configureOptionsAction<KinesisStreamOptions>- The delegate used to configure the Kinesis options.
Returns
The client builder.
