Interface IMovePolicyMessageEnricher<TEndpoint>
Enriches the outbound message being moved.
Inherited Members
Namespace: Silverback.Messaging.Outbound.Enrichers
Assembly: Silverback.Integration.dll
Syntax
public interface IMovePolicyMessageEnricher<TEndpoint> : IMovePolicyMessageEnricher where TEndpoint : Endpoint
Type Parameters
Name | Description |
---|---|
TEndpoint | The type of the endpoint that this enricher can be used for. |