Uses of Interface
org.axonframework.unitofwork.SaveAggregateCallback

Packages that use SaveAggregateCallback
org.axonframework.commandhandling.disruptor   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Uses of SaveAggregateCallback in org.axonframework.commandhandling.disruptor
 

Methods in org.axonframework.commandhandling.disruptor with parameters of type SaveAggregateCallback
<T extends AggregateRoot>
T
DisruptorUnitOfWork.registerAggregate(T aggregateRoot, EventBus eventBus, SaveAggregateCallback<T> saveAggregateCallback)
           
 

Uses of SaveAggregateCallback in org.axonframework.unitofwork
 

Methods in org.axonframework.unitofwork with parameters of type SaveAggregateCallback
<T extends AggregateRoot>
T
UnitOfWork.registerAggregate(T aggregateRoot, EventBus eventBus, SaveAggregateCallback<T> saveAggregateCallback)
          Register an aggregate with this UnitOfWork.
<T extends AggregateRoot>
T
DefaultUnitOfWork.registerAggregate(T aggregate, EventBus eventBus, SaveAggregateCallback<T> saveAggregateCallback)
           
 



Copyright © 2010-2016. All Rights Reserved.