Table of Contents

Interface IBrokerOutboundMessageEnrichersFactory

Namespace
Silverback.Messaging.Producing.Enrichers
Assembly
Silverback.Integration.dll

Provides the list of IMovePolicyMessageEnricher according to the specified endpoint.

public interface IBrokerOutboundMessageEnrichersFactory

Methods

GetMovePolicyEnricher(Endpoint)

Returns the IMovePolicyMessageEnricher for the specified endpoint.

IMovePolicyMessageEnricher GetMovePolicyEnricher(Endpoint endpoint)

Parameters

endpoint Endpoint

The endpoint.

Returns

IMovePolicyMessageEnricher

The IMovePolicyMessageEnricher that matches the specified endpoint type.