Uses of Package
org.axonframework.eventhandling

Packages that use org.axonframework.eventhandling
org.axonframework.commandhandling.disruptor   
org.axonframework.contextsupport.spring   
org.axonframework.eventhandling Classes related to event handling and dispatching, such as Event Listeners and the Event Bus
org.axonframework.eventhandling.amqp.spring   
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.eventhandling.async   
org.axonframework.eventhandling.replay   
org.axonframework.eventhandling.scheduling.java   
org.axonframework.eventhandling.scheduling.quartz   
org.axonframework.gae.commandhandling   
org.axonframework.integration.adapter Utility classes used to connect an Event Bus to a Spring Integration Channel. 
org.axonframework.integration.eventbus Contains the Event Bus implementation using Spring Integration 
org.axonframework.quickstart.handler   
org.axonframework.repository Classes related to the repository interface and implementations. 
org.axonframework.saga   
org.axonframework.saga.annotation   
org.axonframework.springmessaging.eventbus Contains the Event Bus implementation using Spring Messaging 
org.axonframework.test Classes in support of testing Axon based applications. 
org.axonframework.test.saga   
org.axonframework.unitofwork Classes in support of the UnitOfWork pattern in Axon Framework. 
 

Classes in org.axonframework.eventhandling used by org.axonframework.commandhandling.disruptor
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.contextsupport.spring
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
AbstractCluster
          Abstract Cluster implementation that keeps track of Cluster members (EventListeners).
AbstractClusterSelector
          Abstract implementation of the ClusterSelector interface that detects proxies and passes the actual Class of the Event Listener implementation.
Cluster
          A cluster represents a group of Event Listeners that are treated as a single group by the ClusteringEventBus.
ClusterMetaData
          Allows arbitrary information to be attached to a cluster.
ClusterSelector
          The ClusterSelector defines the mechanism that assigns each of the subscribed listeners to a Cluster instance.
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
EventBusTerminal
          Interface describing a mechanism that connects Event Bus clusters.
EventListener
          Interface to be implemented by classes that can handle events.
EventProcessingMonitor
          Interface describing a mechanism that listens for the results of events being processed.
EventProcessingMonitorSupport
          Interface indicating that the implementing class is capable of notifying monitors when event processing completes.
MultiplexingEventProcessingMonitor
          Implementation of the EventProcessingMonitor that receives multiple invocations of downstream monitors and translates that to a single invocation to a target monitor.
OrderResolver
          Interface describing a mechanism that provides the order for any given Event Listener.
SimpleEventBusStatisticsMXBean
          Management interface the SimpleEventBus monitor.
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.amqp.spring
Cluster
          A cluster represents a group of Event Listeners that are treated as a single group by the ClusteringEventBus.
EventBusTerminal
          Interface describing a mechanism that connects Event Bus clusters.
 

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.
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.async
AbstractCluster
          Abstract Cluster implementation that keeps track of Cluster members (EventListeners).
Cluster
          A cluster represents a group of Event Listeners that are treated as a single group by the ClusteringEventBus.
EventListener
          Interface to be implemented by classes that can handle events.
EventProcessingMonitorSupport
          Interface indicating that the implementing class is capable of notifying monitors when event processing completes.
MultiplexingEventProcessingMonitor
          Implementation of the EventProcessingMonitor that receives multiple invocations of downstream monitors and translates that to a single invocation to a target monitor.
OrderResolver
          Interface describing a mechanism that provides the order for any given Event Listener.
 

Classes in org.axonframework.eventhandling used by org.axonframework.eventhandling.replay
Cluster
          A cluster represents a group of Event Listeners that are treated as a single group by the ClusteringEventBus.
ClusterMetaData
          Allows arbitrary information to be attached to a cluster.
EventListener
          Interface to be implemented by classes that can handle events.
EventProcessingMonitor
          Interface describing a mechanism that listens for the results of events being processed.
EventProcessingMonitorSupport
          Interface indicating that the implementing class is capable of notifying monitors when event processing completes.
 

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.gae.commandhandling
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.integration.adapter
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.integration.eventbus
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.quickstart.handler
EventListener
          Interface to be implemented by classes that can handle events.
 

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.
EventListenerProxy
          Specialist interface for implementations of an event listener that redirect actual processing to another instance.
 

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.
EventListenerProxy
          Specialist interface for implementations of an event listener that redirect actual processing to another instance.
EventProcessingMonitor
          Interface describing a mechanism that listens for the results of events being processed.
EventProcessingMonitorSupport
          Interface indicating that the implementing class is capable of notifying monitors when event processing completes.
 

Classes in org.axonframework.eventhandling used by org.axonframework.springmessaging.eventbus
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.test
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.test.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.unitofwork
EventBus
          Specification of the mechanism on which the Event Listeners can subscribe for events and event publishers can publish their events.
 



Copyright © 2010-2016. All Rights Reserved.