PublicationTopic class
Implementation of a Publication topic that performs additional validations of messages that are published.
- Inheritance
- Object
- Topic
- PublicationTopic
Constructors
- PublicationTopic(String topic)
- Construction
Properties
- hashCode → int
-
Serves as a hash function for a topics.
read-only, inherited
- hasWildcards → bool
-
Returns true if there are any wildcards in the specified
rawTopic, otherwise false.
read-only, inherited
- rawTopic ↔ String
-
Raw topic
read / write, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
-
topicFragments
↔ List<
String> -
Topic fragments
read / write, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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