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 sourceStatus
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? |