Table of Contents

Interface ICarrotConsumerManager

Namespace
CarrotMQ.Core
Assembly
CarrotMQ.Core.dll
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

Task

StopConsumingAsync()

Stops all consumers. Note: This method may throw exceptions from underlying system or library code (serializers or transport specific implementations).

Task StopConsumingAsync()

Returns

Task