AggregateCommandOkResult<TEvent extends Object, TValue extends Object, TId extends AggregateId, TState extends AggregateState<TValue>, TAggregate extends Aggregate<TEvent, TValue, TId, TState>> class

Inheritance

Constructors

AggregateCommandOkResult(TAggregate aggregate, StreamReadPosition position)

Properties

aggregate → TAggregate?
TAggregate modified
finalinherited
changes Iterable<TEvent>?
Get TEvents appended to aggregate
no setterinherited
current → TState
Get state after changes was applied
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
isError bool
no setterinherited
isNoOp bool
no setterinherited
isOk bool
no setterinherited
original → TState?
Get state before changes was applied
no setterinherited
position StreamReadPosition
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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