Uses of Interface
org.axonframework.eventhandling.EventListenerProxy

Packages that use EventListenerProxy
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.saga   
org.axonframework.saga.annotation   
 

Uses of EventListenerProxy in org.axonframework.eventhandling.annotation
 

Classes in org.axonframework.eventhandling.annotation that implement EventListenerProxy
 class AnnotationEventListenerAdapter
          Adapter that turns any bean with EventHandler annotated methods into an EventListener.
 

Uses of EventListenerProxy in org.axonframework.saga
 

Subinterfaces of EventListenerProxy in org.axonframework.saga
 interface SagaManager
          Interface toward the Manager of one or more types of Saga.
 

Classes in org.axonframework.saga that implement EventListenerProxy
 class AbstractReplayAwareSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
 class AbstractSagaManager
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
 class SimpleSagaManager
          Simple SagaManager implementation.
 

Uses of EventListenerProxy in org.axonframework.saga.annotation
 

Classes in org.axonframework.saga.annotation that implement EventListenerProxy
 class AnnotatedSagaManager
          Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
 class AsyncAnnotatedSagaManager
          A SagaManager implementation that processes Sagas asynchronously.
 



Copyright © 2010-2016. All Rights Reserved.