non-instantaneous request transmission time

0 votes
asked Mar 10, 2021 in Wanted features by jjolla (120 points)

would like to see a non-zero elapsed time to get to a participant, just as shown in this non-instantaneous message from Bob->Charlie:

1 Answer

0 votes
answered May 23, 2022 by The-Lu (64,340 points)

Hello J. and all,

See some new enhancements [on V1.2022.6beta] about this topic, here:

Here is a first proposal (Thank to PlantUML team):

@startuml
participant Alice as A
participant Bob  as B
participant Charlie  as C

A -> B  : usual request
A <-- B : usual response

note over B, C : this shows a delay in transmission

B ->(25) C : non-instantaneous message
@enduml

If that can help,
Regards.

...