ServiceCollectionExtensions.AddKafka method
Configures KafkaFlow
public static IServiceCollection AddKafka(this IServiceCollection services,
Action<IKafkaConfigurationBuilder> kafka)
parameter | description |
---|---|
services | Instance of IServiceCollection |
kafka | A handler to configure KafkaFlow |
See Also
- class ServiceCollectionExtensions
- namespace KafkaFlow