Search in sources :

Example 1 with AmishAggregate

use of io.spine.server.aggregate.given.aggregate.AmishAggregate in project core-java by SpineEventEngine.

the class AggregateShould method newAmishAggregate.

private static AmishAggregate newAmishAggregate(ProjectId id) {
    final AmishAggregate result = new AmishAggregate(id);
    result.init();
    return result;
}
Also used : AmishAggregate(io.spine.server.aggregate.given.aggregate.AmishAggregate)

Aggregations

AmishAggregate (io.spine.server.aggregate.given.aggregate.AmishAggregate)1