A placeholder data type that can represent any of the other datatypes.
The sole purpose of this data type is to allow creating polymorphic streams that can accept any data type.
Example:
// Get the Any datatype and create a stream var anyType = diffusion.datatypes.any(); var stream = session.addStream('some_topic', anyType);
The external type identifier.
the name of this datatype
A placeholder data type that can represent any of the other datatypes.
The sole purpose of this data type is to allow creating polymorphic streams that can accept any data type.
Example:
// Get the Any datatype and create a stream var anyType = diffusion.datatypes.any(); var stream = session.addStream('some_topic', anyType);