Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

Implement more CQRS oriented structures #121

Closed
3 of 4 tasks
osoykan opened this issue Jan 7, 2018 · 1 comment
Closed
3 of 4 tasks

Implement more CQRS oriented structures #121

osoykan opened this issue Jan 7, 2018 · 1 comment
Assignees
Milestone

Comments

@osoykan
Copy link
Member

osoykan commented Jan 7, 2018

  • Command, SequencedCommand

  • CorrelationId/CausationId approach for each command

  • CorrelationId/CausationId aware Context implementation. This will provide these Ids in its context
    e.g ICommandContext {CorrelationId, CausationId} per thread.

    Enter context (command)
    Do stuff
    Save
    
  • Consider removing ApplicationServices and introduce CommandHandler and provide a generic IHandles<T>

@osoykan osoykan added the feature label Jan 7, 2018
@osoykan osoykan added this to the 2.3.0 milestone Jan 7, 2018
@osoykan osoykan self-assigned this Jan 7, 2018
@osoykan
Copy link
Member Author

osoykan commented Jan 12, 2018

Think about MediatR as a core library to handling commands (?)

@osoykan osoykan modified the milestones: 2.3.0, 2.4.0 Jan 25, 2018
@osoykan osoykan closed this as completed Feb 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant