Uses of Interface
org.axonframework.common.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   
 

Uses of Subscribable in org.axonframework.commandhandling.annotation
 

Classes in org.axonframework.commandhandling.annotation that implement Subscribable
 class AggregateAnnotationCommandHandler<T extends AggregateRoot>
          Command handler that handles commands based on CommandHandler annotations on an aggregate.
 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
          Abstract implementation of the SagaManager interface that provides basic functionality required by most SagaManager implementations.
 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.
 class AsyncAnnotatedSagaManager
          A SagaManager implementation that processes Sagas asynchronously.
 



Copyright © 2010-2016. All Rights Reserved.