Interface IBrokerActivityEnricher<TConfiguration>
- Namespace
- Silverback.Messaging.Diagnostics
- Assembly
- Silverback.Integration.dll
Provides enrichment for activities produced by the ActivityProducerBehavior and ActivityConsumerBehavior for the specified endpoint type.
public interface IBrokerActivityEnricher<TConfiguration> : IBrokerActivityEnricher where TConfiguration : EndpointConfiguration
Type Parameters
TConfigurationThe type of the endpoint configuration that this enricher can be used with.
- Inherited Members