TimeoutHandler<TSaga extends Saga, TState> class

Timeout handler configuration.

Constructors

TimeoutHandler({required Duration duration, required TState targetState, bool shouldFinalize = false, List<Activity<TSaga, void>> activities = const []})

Properties

activities List<Activity<TSaga, void>>
final
duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
shouldFinalize bool
final
targetState → TState
final

Methods

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