Show / Hide Table of Contents

    Interface IConsumerStatusChange

    Encapsulates the information about the consumer status transition.

    Namespace: Silverback.Messaging.Broker
    Assembly: Silverback.Integration.dll
    Syntax
    public interface IConsumerStatusChange

    Properties

    Status

    Gets the status into which the consumer has transitioned.

    Declaration
    ConsumerStatus Status { get; }
    Property Value
    Type Description
    ConsumerStatus

    Timestamp

    Gets the timestamp at which the consumer transitioned to this status.

    Declaration
    DateTime? Timestamp { get; }
    Property Value
    Type Description
    DateTime?
    GitHub E-Mail
    ↑ Back to top © 2026 Sergio Aquilini