Class SerializerDiagnosticObserver
Provides a typed listener any time an IOpen
Inheritance
SerializerDiagnosticObserver
Implements
Inherited Members
Namespace: OpenSearch .Net.Diagnostics
Assembly: OpenSearch.Net.dll
Syntax
public class SerializerDiagnosticObserver : TypedDiagnosticObserverBase<SerializerRegistrationInformation>, IObserver<KeyValuePair<string, object>>
Constructors
| Edit this page View SourceSerializerDiagnosticObserver(Action<KeyValuePair<string, SerializerRegistrationInformation>>, Action<Exception>, Action)
Declaration
public SerializerDiagnosticObserver(Action<KeyValuePair<string, SerializerRegistrationInformation>> onNext, Action<Exception> onError = null, Action onCompleted = null)
Parameters
Type | Name | Description |
---|---|---|
Action<Key |
onNext | |
Action<Exception> | onError | |
Action | onCompleted |