Uses of Class
org.axonframework.eventhandling.annotation.AnnotationEventListenerAdapter

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

Uses of AnnotationEventListenerAdapter in org.axonframework.eventhandling.annotation
 

Methods in org.axonframework.eventhandling.annotation that return AnnotationEventListenerAdapter
protected  AnnotationEventListenerAdapter AnnotationEventListenerBeanPostProcessor.initializeAdapterFor(Object bean)
          Create an AnnotationEventListenerAdapter instance of the given bean.
static AnnotationEventListenerAdapter AnnotationEventListenerAdapter.subscribe(Object annotatedEventListener, EventBus eventBus)
          Subscribe the given annotatedEventListener to the given eventBus.
 



Copyright © 2010-2012. All Rights Reserved.