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 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.

    • Improve this doc
    • View source
    In this article
    • Fields
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini