Ref #11 added some UML
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
@startuml
|
||||
|
||||
[*] --> Outgoing
|
||||
|
||||
Outgoing --> Sent : success
|
||||
|
||||
Outgoing --> Retry : retry == true
|
||||
|
||||
Retry --> Outgoing : rescheduled
|
||||
|
||||
Sent --> [*]
|
||||
|
||||
@enduml
|
||||
Reference in New Issue
Block a user