Uses of Interface
org.axonframework.util.Subscribable

Packages that use Subscribable
org.axonframework.commandhandling.annotation Classes that provide annotation support for command handling. 
org.axonframework.eventhandling.annotation Classes in support of the configuration of Event Handlers using annotations. 
org.axonframework.saga   
org.axonframework.saga.annotation   
org.axonframework.util Generic utility classes used throughout the Axon Framework. 
 

Uses of Subscribable in org.axonframework.commandhandling.annotation
 

Classes in org.axonframework.commandhandling.annotation that implement Subscribable
 class AnnotationCommandHandlerAdapter
          Adapter that turns any @CommandHandler annotated bean into a CommandHandler implementation.
 

Uses of Subscribable in org.axonframework.eventhandling.annotation
 

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

Uses of Subscribable in org.axonframework.saga
 

Classes in org.axonframework.saga that implement Subscribable
 class AbstractSagaManager
           
 class SimpleSagaManager
          Simple SagaManager implementation.
 

Uses of Subscribable in org.axonframework.saga.annotation
 

Classes in org.axonframework.saga.annotation that implement Subscribable
 class AnnotatedSagaManager
          Implementation of the SagaManager that uses annotations on the Sagas to describe the lifecycle management.
 

Uses of Subscribable in org.axonframework.util
 

Methods in org.axonframework.util that return Subscribable
protected abstract  Subscribable AbstractAnnotationHandlerBeanPostProcessor.initializeAdapterFor(Object bean)
          Create an AnnotationEventListenerAdapter instance of the given bean.
 



Copyright © 2011. All Rights Reserved.