EnterpriseCrmFrontendsEventbusProtoRollbackStrategy class
Next available id: 4
Constructors
-
EnterpriseCrmFrontendsEventbusProtoRollbackStrategy({EnterpriseCrmFrontendsEventbusProtoEventParameters? parameters, String? rollbackTaskImplementationClassName, List<
String> ? taskNumbersToRollback}) - EnterpriseCrmFrontendsEventbusProtoRollbackStrategy.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- parameters ↔ EnterpriseCrmFrontendsEventbusProtoEventParameters?
-
The customized parameters the user can pass to this task.
getter/setter pair
- rollbackTaskImplementationClassName ↔ String?
-
This is the name of the task that needs to be executed upon rollback of
this task.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
taskNumbersToRollback
↔ List<
String> ? -
These are the tasks numbers of the tasks whose
rollback_strategy.rollback_task_implementation_class_name
needs to be executed upon failure of this task.getter/setter pair
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