Class TopicDefinition
The definition for the topic. Describes the data type, properties
and metadata. The properties and metadata may be null when the notification
does not describe them.
Fields Summary
TopicDataType
|
dataType
The data type of the topic. |
TopicMetadata
|
metadata
The metadata of the topic. |
Object
|
properties
The properties of the topic. |
Constructor Summary
TopicDefinition
|
TopicDefinition
|
Method Summary
Constructor Details
TopicDefinition
TopicDefinition TopicDefinition
- Parameters
-
dataType
- -
properties
- -
metadata
-
- Since:
- 4.6
Field Details
dataType
TopicDataType dataType
The data type of the topic.
metadata
TopicMetadata metadata
The metadata of the topic.
properties
Object properties
The properties of the topic. Each property set is stored as a field.