Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TopicType

A topic type

Hierarchy

  • TopicType

Index

Constructors

Properties

Constructors

constructor

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

    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

id

id: number

The topic type ID

stateful

stateful: boolean

A flag indicating whether the topic type is stateful