Table of Contents

Enum ConsumerStatus

Namespace
Silverback.Messaging.Broker
Assembly
Silverback.Integration.dll

The possible states of the IConsumer as exposed in the IConsumerStatusInfo.

public enum ConsumerStatus

Fields

Connected = 2

The consumer is completely initialized, the connection has been established and is ready to consume.

Consuming = 3

The consumer is connected and has received at least a message.

Started = 1

The consumer has successfully initialized the connection to the message broker.

Stopped = 0

The consumer is not connected to the message broker.