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