Interface IBrokerActivityEnricher<TEndpoint>
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<TEndpoint> : IBrokerActivityEnricher where TEndpoint : Endpoint
Type Parameters
Name | Description |
---|---|
TEndpoint | The type of the endpoint that this enricher can be used for. |