DefaultQueueAdapterReceiverMonitor
class
Namespace: Orleans.Providers.Streams.Common
Queue adapter receiver monitor used as a default option in GeneratorStreamprovider and MemoryStreamProvider
public class DefaultQueueAdapterReceiverMonitor : IQueueAdapterReceiverMonitorConstructors
Methods
TrackInitialization(bool, TimeSpan, Exception)Track attempts to initialize the receiver.TrackMessagesReceived(long, DateTime?, DateTime?)Tracks messages read and time taken per successful read. Tracked per successful partition read operation.TrackRead(bool, TimeSpan, Exception)Track attempts to read from the partition. Tracked per partition read operation.TrackShutdown(bool, TimeSpan, Exception)Track attempts to shutdown the receiver.
