Interface IBrokerOutboundMessageEnrichersFactory
Provides the list of IMovePolicyMessageEnricher according to the specified endpoint.
Namespace: Silverback.Messaging.Producing.Enrichers
Assembly: Silverback.Integration.dll
Syntax
public interface IBrokerOutboundMessageEnrichersFactory
Methods
GetMovePolicyEnricher(Endpoint)
Returns the IMovePolicyMessageEnricher for the specified endpoint.
Declaration
IMovePolicyMessageEnricher GetMovePolicyEnricher(Endpoint endpoint)
Parameters
| Type | Name | Description |
|---|---|---|
| Endpoint | endpoint | The endpoint. |
Returns
| Type | Description |
|---|---|
| IMovePolicyMessageEnricher | The IMovePolicyMessageEnricher that matches the specified endpoint type. |