Package | Description |
---|---|
org.axonframework.commandhandling.disruptor | |
org.axonframework.domain |
The domain components of the Axon Framework, mainly the Aggregates and Events.
|
Modifier and Type | Class and Description |
---|---|
class |
DisruptorUnitOfWork
Specialized UnitOfWork instance for the DisruptorCommandBus.
|
Modifier and Type | Method and Description |
---|---|
void |
EventContainer.addEventRegistrationCallback(EventRegistrationCallback eventRegistrationCallback)
Adds an EventRegistrationCallback, which is invoked when the aggregate owning this container registers an Event.
|
void |
AggregateRoot.addEventRegistrationCallback(EventRegistrationCallback eventRegistrationCallback)
Adds an EventRegistrationCallback, which is notified when the aggregate registers an Event for publication.
|
void |
AbstractAggregateRoot.addEventRegistrationCallback(EventRegistrationCallback eventRegistrationCallback) |
Copyright © 2010-2014. All Rights Reserved.