TopicKind

Defines the different kinds of topics in the messaging system.

Topic kinds categorize topics by their purpose and behavior, helping with routing, processing, and system organization. Each kind corresponds to different message patterns and processing requirements.

Entries

Link copied to clipboard

Undefined or unknown topic kind.

Link copied to clipboard

Command topic kind.

Link copied to clipboard

Event stream topic kind.

Link copied to clipboard

State event topic kind.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun valueOf(value: String): TopicKind

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.