Interface IActivityEnricherFactory
Provides the IBrokerActivityEnricher according to the specified endpoint.
Namespace: Silverback.Messaging.Diagnostics
Assembly: Silverback.Integration.dll
Syntax
public interface IActivityEnricherFactory
Methods
| Improve this doc View sourceGetActivityEnricher(IEndpoint)
Returns the IBrokerActivityEnricher for the specified endpoint.
Declaration
IBrokerActivityEnricher GetActivityEnricher(IEndpoint endpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| IEndpoint | endpoint | The endpoint. |
Returns
| Type | Description |
|---|---|
| IBrokerActivityEnricher | The IBrokerActivityEnricher that matches the specified endpoint type. |