CommandBase<TEvent, TResult> class abstract

Abstract command class that receives events

Implementers

Constructors

CommandBase()

Properties

completer Completer<TResult>
The completer manipulates the future returned by future.
final
future Future<TResult>
Returns the future, which will be complete when the command conditions are met.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

handle(ListQueue<TEvent> eventQueue) bool
Handle available events.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
terminate() → void
Terminates this command by throwing the TerminateException.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited