Files
beyond-interviews/analysis/05-Message_Queue_Partitioning/example/uml/loop.plantuml
2026-07-27 20:09:01 -04:00

14 lines
150 B
Plaintext

@startuml
[*] --> Outgoing
Outgoing --> Sent : success
Outgoing --> Retry : retry == true
Retry --> Outgoing : rescheduled
Sent --> [*]
@enduml