Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TopicType

A topic type

Documentation of the TopicType values can be found under TopicTypeEnum.

Hierarchy

  • TopicType

Index

Constructors

Properties

Constructors

constructor

  • new TopicType(id: number, stateful: boolean, functional: boolean): TopicType
  • Create a new TopicType instance

    deprecated

    since 6.5

    In the future, TopicType objects will be replaced by a string constants.

    Parameters

    • id: number

      the topic type ID

    • stateful: boolean

      a flag indicating whether the topic type is stateful

    • functional: boolean

      a flag indicating whether the topic type is functional

    Returns TopicType

Properties

functional

functional: boolean

A flag indicating whether the topic type is functional

deprecated

since 6.5

This flag is deprecated and will be removed in the future.

id

id: number

The topic type ID

deprecated

since 6.5

This property is deprecated and will be removed in the future.

stateful

stateful: boolean

A flag indicating whether the topic type is stateful

deprecated

since 6.5

This flag is deprecated and will be removed in the future.