Uses of Interface
org.axonframework.domain.EventRegistrationCallback

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)
           
 



Copyright © 2010-2016. All Rights Reserved.