The framework core type of the object, i.e. the name of the interface that defines the object's shape.
External ID associated with this object (optional)
Marks an object that is no longer in use. The concrete definition meaning of this property is defined by the application. The property value is optional and should default to false.
Unique ID of Location object that this object has been associated with (optional).
A name that uniquely identifies this IO context within a Coaty application scope.
Use an expressive name that is shared by all agents defining IO nodes for this context.
Unique ID of the object
The concrete type name of the object.
The name should be in a canonical form following the naming convention
for Java packages to avoid name collisions. All framework core types use
the form coaty.<InterfaceName>
, e.g. coaty.CoatyObject
(see constants
in CoreTypes
class).
Unique ID of parent/superordinate object (optional)
Generated using TypeDoc
Represents the context of IO routing.
An IO context is associated with an IO router that can use its context information to manage routes.
If needed, create a custom subtype with custom properties that represent application-specific context information.