Concepts to Know : Tokens and Types : Scalar Token Types : Object Token Types
 
Share this page                  
Object Token Types
To support the passing of arbitrary data in tokens, DataFlow provides a parametrized token type, the object token type. Unlike other scalar token types, object token types cannot be implemented using Java primitives and require the passing of object references. Therefore, it is important that the objects passed are not modified subsequent to being set upon an object field. Otherwise, unpredictable behavior could result.