IProducerAccessor interface
Provides access to the configured producers
public interface IProducerAccessor
Members
| name | description |
|---|---|
| All { get; } | Gets all configured producers |
| Item { get; } | Gets a producer by its name |
| GetProducer(…) | Gets a producer by its name |
| GetProducer<TProducer>() | Gets a producer by its type |
See Also
- namespace KafkaFlow.Producers