Subscriber class
Subscriber can be subscribed to subscription paths
Constructors
-
Subscriber(List<
String> topics, { })
Properties
Methods
-
close(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subscribe(
String topic) → bool -
subscribeMany(
List< String> topics) → void -
toString(
) → String -
A string representation of this object.
inherited
-
unsubscribe(
String topic) → bool -
unsubscribeAll(
) → void -
unsubscribeMany(
List< String> topics) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited