Enum ConsumerStatus
The possible states of the IConsumer as exposed in the IConsumerStatusInfo.
Namespace: Silverback.Messaging.Broker
Assembly: Silverback.Integration.dll
Syntax
public enum ConsumerStatus
Fields
| Name | Description |
|---|---|
| Connected | The consumer has successfully initialized the connection to the message broker. |
| Consuming | The consumer is connected and has received some messages. |
| Disconnected | The consumer is not connected to the message broker. |
| Ready | The consumer is completely initialized and is ready to consume. |