C# Class EventCentric.Handling.MessageHandlingExtensions

Show file Open project: Narvalex/EventCentric

Public Methods

Method Description
WithDeduplication ( this handling ) : IMessageHandling
WithoutDeduplication ( this handling ) : IMessageHandling

Method Details

WithDeduplication() public static method

public static WithDeduplication ( this handling ) : IMessageHandling
handling this
return IMessageHandling

WithoutDeduplication() public static method

public static WithoutDeduplication ( this handling ) : IMessageHandling
handling this
return IMessageHandling