Table of Contents

Interface IDiagnosticObserver

Namespace
Steeltoe.Common.Diagnostics
Assembly
Steeltoe.Management.Abstractions.dll
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface IDiagnosticObserver : IObserver<KeyValuePair<string, object>>
Inherited Members

Properties

ListenerName

string ListenerName { get; }

Property Value

string

ObserverName

string ObserverName { get; }

Property Value

string

Methods

Dispose()

void Dispose()

ProcessEvent(string, object)

void ProcessEvent(string @event, object value)

Parameters

event string
value object

Subscribe(DiagnosticListener)

void Subscribe(DiagnosticListener listener)

Parameters

listener DiagnosticListener