Docs: Write technical deep dive for commands and link to it from README
Includes puml diagrams and exported svgs
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@startuml
|
||||
skinparam backgroundColor transparent
|
||||
|
||||
interface CommandHandler<T extends Request> {
|
||||
+ execute(request: T): void
|
||||
}
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user