Package | Description |
---|---|
org.axonframework.commandhandling.disruptor | |
org.axonframework.unitofwork |
Classes in support of the UnitOfWork pattern in Axon Framework.
|
Modifier and Type | Method and Description |
---|---|
<T extends AggregateRoot> |
DisruptorUnitOfWork.registerAggregate(T aggregateRoot,
EventBus eventBus,
SaveAggregateCallback<T> saveAggregateCallback) |
Modifier and Type | Method and Description |
---|---|
<T extends AggregateRoot> |
UnitOfWork.registerAggregate(T aggregateRoot,
EventBus eventBus,
SaveAggregateCallback<T> saveAggregateCallback)
Register an aggregate with this UnitOfWork.
|
<T extends AggregateRoot> |
DefaultUnitOfWork.registerAggregate(T aggregate,
EventBus eventBus,
SaveAggregateCallback<T> saveAggregateCallback) |
Copyright © 2010-2014. All Rights Reserved.