div |
---|
|
div |
---|
| Table of Contents |
---|
maxLevel | 2 |
---|
indent | 8px |
---|
style | none |
---|
|
|
|
Overview
Excerpt |
---|
The X Platform's Application Data Modeling (ADM) framework allows modeling of messages that contain embedded entities. For applications that are highly latency sensitive, it is useful to be able to work with such fields in a zero garbage fashion so that GC pauses can be avoided. |
Additionally, there are certain sender-forwarder-receiver type applications in which the sender and receiver need to be able to continually change the contents of an embedded entity passed between them (1) without having the intermediate forwarder entity upgraded each time the entity structure changes and (2) allowing for the intermediate forwarder entity to inspect a subset of the contents of the entity in a structured form using getter type methods.
...