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