nichijou/doc/log/mqtt/intro/client.uml

10 lines
306 B
Text
Raw Normal View History

2021-02-25 08:24:32 -05:00
@startuml
Client -> Server: Establishes a network connection
Client -> Server: Publishes an application mesage
Client -> Server: Subscribes to request application messages
Client -> Server: Unsubscribes to remove a request for application messages
Client -> Server: Closes the network connection
@enduml