Edit

Share via


IQueueAdapterReceiverMonitor Interface

Definition

Responsible for monitoring receiver performance metrics.

public interface IQueueAdapterReceiverMonitor
type IQueueAdapterReceiverMonitor = interface
Public Interface IQueueAdapterReceiverMonitor
Derived

Methods

TrackInitialization(Boolean, TimeSpan, Exception)

Track attempts to initialize the receiver.

TrackMessagesReceived(Int64, Nullable<DateTime>, Nullable<DateTime>)

Tracks messages read and time taken per successful read. Tracked per successful partition read operation.

TrackRead(Boolean, TimeSpan, Exception)

Track attempts to read from the partition. Tracked per partition read operation.

TrackShutdown(Boolean, TimeSpan, Exception)

Track attempts to shutdown the receiver.

Applies to