mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
11 lines
135 B
Plaintext
11 lines
135 B
Plaintext
@startuml
|
|
|
|
entity "Object" as O
|
|
|
|
frame "AMQP Message" as M {
|
|
frame header as H
|
|
frame "body (JSON)" as B
|
|
}
|
|
|
|
O <.--.> B
|
|
@enduml |