| Annotation Type and Description |
|---|
| org.axonframework.spring.config.AnnotationDriven
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list
for which individual beans to register.
|
| org.axonframework.spring.config.NoBeanOfType
Use Spring Boot autoconfiguration or register the individual beans explicitly. Check the "See also" list
for which individual beans to register.
|
| Constructor and Description |
|---|
| org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory(String)
In favor of
SpringPrototypeAggregateFactory(Class, String, Map) to ensure all required
fields are present for both polymorphic and non-polymorphic aggregates. |
| org.axonframework.spring.eventsourcing.SpringPrototypeAggregateFactory(String, Map<Class<? extends T>, String>)
In favor of
SpringPrototypeAggregateFactory(Class, String, Map) to ensure all required
fields are present for both polymorphic and non-polymorphic aggregates. |
Copyright © 2010–2024. All rights reserved.