Class SpringEventSourcedEntityConfigurer<ID,T>
java.lang.Object
org.axonframework.extension.spring.config.SpringEventSourcedEntityConfigurer<ID,T>
- Type Parameters:
ID- The type of Aggregate id to configureT- The type of Aggregate to configure
- All Implemented Interfaces:
ConfigurationEnhancer
@Internal
public class SpringEventSourcedEntityConfigurer<ID,T>
extends Object
implements ConfigurationEnhancer
A
ConfigurationEnhancer implementation that will configure an Aggregate with the Axon
Configuration.- Since:
- 4.6.0
- Author:
- Allard Buijze, Simon Zambrovski
-
Constructor Details
-
SpringEventSourcedEntityConfigurer
- Parameters:
entityType- The declared type of the entity.idType- The type of id.
-
-
Method Details
-
enhance
Description copied from interface:ConfigurationEnhancer- Specified by:
enhancein interfaceConfigurationEnhancer- Parameters:
registry- The registry instance to enhance.
-