Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 332 Bytes

0008-result-from-comand-handlers.md

File metadata and controls

11 lines (8 loc) · 332 Bytes

8. Results from command handlers.

Date: 2020-05-14

Status

Accepted

Context

The idea from CQRS - do not return anything from command processing. But in some cases, we need to get generated identifiers of new created resources.

Decision

Command handlers can return generated identifiers after processing if it's needed.