C# (CSharp) paramore.brighter.commandprocessor.eventsourcing.Attributes 네임스페이스

클래스들

이름 설명
UseCommandSourcingAsyncAttribute Class UseAsyncCommandSourcingAttribute. We use this attribute to indicate that we want to use Event Sourcing, with async support, where the application state is the system of record but we want to store the commands that led to the current application state, so that we can rebuild application state or recreate commands See Martin Fowler Event Sourcing for more on this approach.