Interface ICarrotConsumerManager
public interface ICarrotConsumerManager
Methods
StartConsumingAsync()
Starts all consumers. Note: This method may throw exceptions from underlying system or library code (serializers or transport specific implementations).
Task StartConsumingAsync()
Returns
StopConsumingAsync()
Stops all consumers. Note: This method may throw exceptions from underlying system or library code (serializers or transport specific implementations).
Task StopConsumingAsync()