RepublishAction class
Describes an action to republish to another topic.
Constructors
- RepublishAction({required String roleArn, required String topic, int? qos})
-
RepublishAction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- qos → int?
-
The Quality of Service (QoS) level to use when republishing messages. The
default value is 0.
final
- roleArn → String
-
The ARN of the IAM role that grants access.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- topic → String
-
The name of the MQTT topic.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited