PublicationTopic class

Implementation of a Publication topic that performs additional validations of messages that are published.

Inheritance

Constructors

PublicationTopic(String topic)
Construction

Properties

hashCode int
Serves as a hash function for a topics.
no setterinherited
hasWildcards bool
Returns true if there are any wildcards in the specified rawTopic, otherwise false.
no setterinherited
rawTopic String
Raw topic
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
topicFragments List<String>
Topic fragments
getter/setter pairinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
Returns a String representation of the topic.
inherited

Operators

operator ==(Object other) bool
Checks if one topic equals another topic exactly.
inherited