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,11 @@
|
||||
@startuml
|
||||
skinparam backgroundColor transparent
|
||||
|
||||
abstract class Request {
|
||||
# context: RequestContext
|
||||
+ getContext(): RequestContext
|
||||
+ getSessionId(): SessionId
|
||||
+ getRequestId(): int
|
||||
}
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user