f971e6ad5b
Includes puml diagrams and exported svgs
12 lines
208 B
Plaintext
12 lines
208 B
Plaintext
@startuml
|
|
skinparam backgroundColor transparent
|
|
|
|
abstract class Request {
|
|
# context: RequestContext
|
|
+ getContext(): RequestContext
|
|
+ getSessionId(): SessionId
|
|
+ getRequestId(): int
|
|
}
|
|
|
|
@enduml
|