Table of Contents

Interface IConsumerStatusChange

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

Encapsulates the information about the consumer status transition.

public interface IConsumerStatusChange

Properties

Status

Gets the status into which the consumer has transitioned.

ConsumerStatus Status { get; }

Property Value

ConsumerStatus

Timestamp

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

DateTime? Timestamp { get; }

Property Value

DateTime?