Put this interface implementation in StructureMap in order to specify handlers order. Example : For<ICustomPluginSpecifyMessageHandlerOrdering>.HybridHttpOrThreadLocalScoped().Use<CustomPluginSpecifyMessageHandlerOrdering>();

Namespace: Tp.Integration.Plugin.Common
Assembly: Tp.Integration.Plugin.Common (in Tp.Integration.Plugin.Common.dll) Version: 2.22.0.15001 (2.22.0.15001)

Syntax

C#
public interface ICustomPluginSpecifyMessageHandlerOrdering

See Also