Uses of Interface
org.axonframework.eventhandling.replay.ReplayAware

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

Uses of ReplayAware in org.axonframework.eventhandling.annotation
 

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

Uses of ReplayAware in org.axonframework.quickstart
 

Classes in org.axonframework.quickstart that implement ReplayAware
static class RunEventReplay.AnotherThreadPrintingEventListener
           
 

Uses of ReplayAware in org.axonframework.saga
 

Classes in org.axonframework.saga that implement ReplayAware
 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 ReplayAware in org.axonframework.saga.annotation
 

Classes in org.axonframework.saga.annotation that implement ReplayAware
 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.