Class StaticOutboundHeadersEnricher
- Namespace
- Silverback.Messaging.Producing.Enrichers
- Assembly
- Silverback.Integration.dll
A generic enricher that adds a message header according to a static name/value pair or a provider function.
public class StaticOutboundHeadersEnricher : GenericOutboundHeadersEnricher<object>, IOutboundMessageEnricher
- Inheritance
-
StaticOutboundHeadersEnricher
- Implements
- Inherited Members
Constructors
StaticOutboundHeadersEnricher(string, object?)
Initializes a new instance of the StaticOutboundHeadersEnricher class.
public StaticOutboundHeadersEnricher(string name, object? value)