Uses of Package
org.axonframework.eventhandling

Packages that use org.axonframework.eventhandling
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.eventhandling.scheduling.java   
org.axonframework.eventhandling.scheduling.quartz   
org.axonframework.eventhandling.transactionmanagers   
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.saga   
org.axonframework.saga.annotation   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
EventListener
          Interface to be implemented by classes that can handle events.
EventListenerProxy
          Specialist interface for implementations of an event listener that redirect actual processing to another instance.
EventProcessingScheduler
          The EventProcessingScheduler is responsible for scheduling all events within the same SequencingIdentifier in an Executor.
EventSequencingPolicy
          Interface to a policy definition for concurrent event handling.
RetryPolicy
          This policy tells the EventProcessingScheduler how it should deal with failed transactions.
TransactionManager
          org.axonframework.eventhandling.EventListener} interface that provides implementations the ability to do work at the start and end of a transaction.
TransactionStatus
          Provides details about the current status of an event handling transaction.
YieldPolicy
          The yielding policy for transactions.
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.annotation
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
EventListener
          Interface to be implemented by classes that can handle events.
EventListenerProxy
          Specialist interface for implementations of an event listener that redirect actual processing to another instance.
TransactionManager
          org.axonframework.eventhandling.EventListener} interface that provides implementations the ability to do work at the start and end of a transaction.
TransactionStatus
          Provides details about the current status of an event handling transaction.
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.scheduling.java
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.scheduling.quartz
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.transactionmanagers
TransactionManager
          org.axonframework.eventhandling.EventListener} interface that provides implementations the ability to do work at the start and end of a transaction.
TransactionStatus
          Provides details about the current status of an event handling transaction.
 

Classes in org.axonframework.eventhandling used by org.axonframework.repository
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
 

Classes in org.axonframework.eventhandling used by org.axonframework.saga
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
EventListener
          Interface to be implemented by classes that can handle events.
 

Classes in org.axonframework.eventhandling used by org.axonframework.saga.annotation
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
EventListener
          Interface to be implemented by classes that can handle events.
 

Classes in org.axonframework.eventhandling used by org.axonframework.unitofwork
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
 



Copyright © 2011. All Rights Reserved.