Show / Hide Table of Contents

    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 is completely initialized, the connection has been established and is ready to consume.

    Consuming

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

    Started

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

    Stopped

    The consumer is not connected to the message broker.

    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini