...
- Array types are limited to primitive, built-in, and embedded entity types. They are intended to allow embedded values that are transported along with a message or entity, and consequently:
- Queue, Set and Map types can only be used with non-embedded entities and may only use other non embedded entities as their values.
Tip |
---|
Thinks Think of arrays as being used with messages and embedded entities. Collections are used in referencing non-embedded embedded entities elsewhere in an application's state graph. |
...