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

AggregateCommandOkResult<TEvent extends Object, TValue extends Object, TId extends AggregateId, TState extends AggregateState<TValue>, TAggregate extends Aggregate<TEvent, TValue, TId, TState>>(
  1. TAggregate aggregate,
  2. StreamReadPosition position
)

Implementation

AggregateCommandOkResult(
  TAggregate aggregate,
  this.position,
) : super(aggregate);