This repository has been archived on 2024-06-23. You can view files and clone it, but cannot push or open issues or pull requests.
api/app_lifecycle.wsd

10 lines
292 B
Plaintext

@startuml Application lifecycle
control "Event sources (Gateway, rest)" as event_src
boundary "Event distributor" as middleware
entity "Event sinks (Discord object)" as event_sink
event_src -> middleware : Incoming event
middleware -> event_sink : Event forwarded to the right sink
@enduml