Class SpringEventSourcedEntityConfigurer<ID,T>

java.lang.Object
org.axonframework.extension.spring.config.SpringEventSourcedEntityConfigurer<ID,T>
Type Parameters:
ID - The type of Aggregate id to configure
T - 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

      public SpringEventSourcedEntityConfigurer(@Nonnull Class<T> entityType, @Nonnull Class<ID> idType)
      Initializes a ConfigurationEnhancer for given entityType and idType.
      Parameters:
      entityType - The declared type of the entity.
      idType - The type of id.
  • Method Details