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