Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicSelector

A TopicSelector is a value that identifies one or more topics.

Hierarchy

  • TopicSelector

Index

Properties

Methods

Properties

expression

expression: string

The original expression of this selector

prefix

prefix: string

The maximum topic path prefix from this selector

type

type: Type

The type of this selector

Methods

selects

  • selects(topicPath: string): boolean
  • Evaluate this selector against a topic path

    Parameters

    • topicPath: string

      the topic path

    Returns boolean

    if this selector selects the topic path

toString

  • toString(): string
  • Convert the topic selector to a string

    Returns string

    the original expression of the selector