mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +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 |