|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EventRegistrationCallback | |
---|---|
org.axonframework.commandhandling.disruptor | |
org.axonframework.domain | The domain components of the Axon Framework, mainly the Aggregates and Events. |
Uses of EventRegistrationCallback in org.axonframework.commandhandling.disruptor |
---|
Classes in org.axonframework.commandhandling.disruptor that implement EventRegistrationCallback | |
---|---|
class |
DisruptorUnitOfWork
Specialized UnitOfWork instance for the DisruptorCommandBus. |
Uses of EventRegistrationCallback in org.axonframework.domain |
---|
Methods in org.axonframework.domain with parameters of type EventRegistrationCallback | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |