예제 #1
0
 public static IClientBuilder ConfigureRabbitMQStreamProvider(this IClientBuilder builder, string name, Action <RabbitMQStreamProviderOptions> configureOptions)
 {
     return(builder.ConfigureRabbitMQStreamProviderWithOptions(name, ob => ob.Configure(configureOptions)));
 }