We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20bfbed commit d99446eCopy full SHA for d99446e
src/Elastic.Channels/BufferedChannelBase.cs
@@ -40,6 +40,9 @@ public interface IBufferedChannel<in TEvent> : IDisposable
40
/// Tries to write many <paramref name="events"/> to the channel returning true if ALL messages were written succesfully
41
/// </summary>
42
bool TryWriteMany(IEnumerable<TEvent> events);
43
+
44
+ /// <inheritdoc cref="IChannelDiagnosticsListener"/>
45
+ IChannelDiagnosticsListener? DiagnosticsListener { get; }
46
}
47
48
/// <summary>
0 commit comments