C# (CSharp) Dolittle.Events.Handling 네임스페이스

클래스들

이름 설명
AlreadyPerformingEventProcessingCompletionForCorrelation Exception that gets thrown when EventProcessingCompletion.Perform(CorrelationId, IEnumerable{IEvent}, Action) is already performing for a CorrelationId.
EventHandlerDoesNotHandleEvent Exception that gets thrown when an event handler is asked to handle an event it cannot handle.
EventHandlerMethodSecondParameterMustBeEventContext Exception that gets thrown when an Event Handler handle method signature's second parameter is not EventContext.