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