Class DiagnosticsClientEventHandlerProxyBuilderExtensions
EventHandlerProxyFactoryBuilder extensions.
Inheritance
System.Object
DiagnosticsClientEventHandlerProxyBuilderExtensions
Namespace: Copper.Eventing.Client
Assembly: Copper.Diagnostics.Client.dll
Syntax
public static class DiagnosticsClientEventHandlerProxyBuilderExtensions
Methods
View SourceAddCopperEnrichedApplicationInsightsLogging(EventHandlerProxyFactoryBuilder)
Adds Copper-enriched Application Insights logging to the event handler proxy.
Declaration
public static EventHandlerProxyFactoryBuilder AddCopperEnrichedApplicationInsightsLogging(this EventHandlerProxyFactoryBuilder eventHandlerProxyFactoryBuilder)
Parameters
Type | Name | Description |
---|---|---|
EventHandlerProxyFactoryBuilder | eventHandlerProxyFactoryBuilder | The events handler proxy factory builder. |
Returns
Type | Description |
---|---|
EventHandlerProxyFactoryBuilder |
AppendDiagnosticsInterceptors(EventHandlerProxyFactoryBuilder)
Appends diagnostics interceptors to the events handler proxy.
Declaration
public static EventHandlerProxyFactoryBuilder AppendDiagnosticsInterceptors(this EventHandlerProxyFactoryBuilder eventHandlerProxyFactoryBuilder)
Parameters
Type | Name | Description |
---|---|---|
EventHandlerProxyFactoryBuilder | eventHandlerProxyFactoryBuilder | The events handler proxy factory builder. |
Returns
Type | Description |
---|---|
EventHandlerProxyFactoryBuilder |