Docs: Add to the command deep-dive by adding a section for the HandlerCheck and CommandHandlerExecutor, including diagrams

This commit is contained in:
Lars Simon Winzer
2026-04-08 18:19:55 +02:00
parent eb2a679868
commit 6ee2c4f901
5 changed files with 62 additions and 3 deletions
@@ -0,0 +1,8 @@
@startuml
skinparam backgroundColor transparent
interface HandlerCheck {
+ check(request: Request): Optional<Response>
}
@enduml