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

    | Improve this doc View source

    Status

    Gets the status into which the consumer has transitioned.

    Declaration
    ConsumerStatus Status { get; }
    Property Value
    Type Description
    ConsumerStatus
    | Improve this doc View source

    Timestamp

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

    Declaration
    DateTime? Timestamp { get; }
    Property Value
    Type Description
    DateTime?
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini