| Package | Description |
|---|---|
| org.axonframework.eventhandling.annotation |
Classes in support of the configuration of Event Handlers using annotations.
|
| Modifier and Type | Method and Description |
|---|---|
protected AnnotationEventListenerAdapter |
AnnotationEventListenerBeanPostProcessor.initializeAdapterFor(Object bean,
ParameterResolverFactory parameterResolverFactory) |
static AnnotationEventListenerAdapter |
AnnotationEventListenerAdapter.subscribe(Object annotatedEventListener,
EventBus eventBus)
Subscribe the given
annotatedEventListener to the given eventBus. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AnnotationEventListenerBeanPostProcessor.subscribe(EventListener bean,
AnnotationEventListenerAdapter adapter) |
protected void |
AnnotationEventListenerBeanPostProcessor.unsubscribe(EventListener bean,
AnnotationEventListenerAdapter adapter) |
Copyright © 2010-2015. All Rights Reserved.