C# Class EventCentric.Handling.MessageHandling

Inheritance: IMessageHandling
Show file Open project: Narvalex/EventCentric

Public Methods

Method Description
MessageHandling ( System.Guid streamId, Func handle, bool deduplicateBeforeHandling ) : System

Private Methods

Method Description
MessageHandling ( ) : System

Method Details

MessageHandling() public method

public MessageHandling ( System.Guid streamId, Func handle, bool deduplicateBeforeHandling ) : System
streamId System.Guid
handle Func
deduplicateBeforeHandling bool
return System