ActionBoxBase<TActionDirectory extends ActionDirectory> class abstract

Constructors

ActionBoxBase(TActionDirectory _rootFactory(), {Duration? defaultTimeout, StreamController createUniversalStreamController()?, dynamic handleCommonError(ActionError error, EventSink universalSink)?, List<CacheStorage?>? cacheStorages})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
universalSink EventSink
no setter
universalStream Stream
no setter

Methods

call<TParam, TResult, TAction extends Action<TParam, TResult>>(ActionDescriptor<TAction, TParam, TResult> action(TActionDirectory)) ActionExecutor<TParam, TResult, TAction>
clearCache() → void
dispose() → void
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