Search Results for

    Show / Hide Table of Contents

    Class SerializerDiagnosticObserver

    Provides a typed listener any time an IOpenSearchSerializer does a write or read

    Inheritance
    object
    TypedDiagnosticObserverBase<SerializerRegistrationInformation>
    SerializerDiagnosticObserver
    Implements
    IObserver<KeyValuePair<string, object>>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Net.Diagnostics
    Assembly: OpenSearch.Net.dll
    Syntax
    public class SerializerDiagnosticObserver : TypedDiagnosticObserverBase<SerializerRegistrationInformation>, IObserver<KeyValuePair<string, object>>

    Constructors

    | Edit this page View Source

    SerializerDiagnosticObserver(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<KeyValuePair<string, SerializerRegistrationInformation>> onNext
    Action<Exception> onError
    Action onCompleted

    Implements

    IObserver<T>

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SerializerDiagnosticObserver(Action<KeyValuePair<string, SerializerRegistrationInformation>>, Action<Exception>, Action)
    • Implements
    • Extension Methods
    Back to top Generated by DocFX