Represents a publish token stream name.

interface PublishTokenStream {
    isRegex?: boolean;
    streamName: string;
}

Properties

Properties

isRegex?: boolean

Is the name a regular expression.

streamName: string

Name of the stream.