Persistence capability for task groups and chord arbitration.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addGroupResult(
String groupId, TaskStatus status) → Future< GroupStatus?> - Adds a task result to a group.
-
claimChord(
String groupId, {String? callbackTaskId, DateTime? dispatchedAt}) → Future< bool> - Atomically claims responsibility for dispatching a chord callback.
-
getGroup(
String groupId) → Future< GroupStatus?> - Retrieves a task group.
-
initGroup(
GroupDescriptor descriptor) → Future< void> - Initializes a task group.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited