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, ParameterResolverFactory parameterResolverFactory)
           
static AnnotationEventListenerAdapter AnnotationEventListenerAdapter.subscribe(Object annotatedEventListener, EventBus eventBus)
          Subscribe the given annotatedEventListener to the given eventBus.
 

Methods in org.axonframework.eventhandling.annotation with parameters of type AnnotationEventListenerAdapter
protected  void AnnotationEventListenerBeanPostProcessor.subscribe(EventListener bean, AnnotationEventListenerAdapter adapter)
           
protected  void AnnotationEventListenerBeanPostProcessor.unsubscribe(EventListener bean, AnnotationEventListenerAdapter adapter)
           
 



Copyright © 2010-2016. All Rights Reserved.