Class AuditDiagnosticObserver
Provides a typed listener to AuditEvent events that RequestPipeline emits
Implements
Inherited Members
Namespace: OpenSearch.Net.Diagnostics
Assembly: OpenSearch.Net.dll
Syntax
public class AuditDiagnosticObserver : TypedDiagnosticObserverBase<Audit>, IObserver<KeyValuePair<string, object>>
Constructors
| Edit this page View SourceAuditDiagnosticObserver(Action<KeyValuePair<string, Audit>>, Action<Exception>, Action)
Declaration
public AuditDiagnosticObserver(Action<KeyValuePair<string, Audit>> onNext, Action<Exception> onError = null, Action onCompleted = null)
Parameters
Type | Name | Description |
---|---|---|
Action<KeyValuePair<string, Audit>> | onNext | |
Action<Exception> | onError | |
Action | onCompleted |