Uses of Interface
org.axonframework.modelling.configuration.EntityModule
Packages that use EntityModule
Package
Description
-
Uses of EntityModule in org.axonframework.eventsourcing.configuration
Subinterfaces of EntityModule in org.axonframework.eventsourcing.configurationModifier and TypeInterfaceDescriptioninterfaceEventSourcedEntityModule<ID,E> An expansion of theEntityModule, specifically for event-sourced entities.Methods in org.axonframework.eventsourcing.configuration with parameters of type EntityModuleModifier and TypeMethodDescription<I,E> EventSourcingConfigurer EventSourcingConfigurer.registerEntity(EntityModule<I, E> entityModule) Registers the givenentityModuleon the root-levelConfiguration. -
Uses of EntityModule in org.axonframework.modelling.configuration
Subinterfaces of EntityModule in org.axonframework.modelling.configurationModifier and TypeInterfaceDescriptioninterfaceStateBasedEntityModule<ID,E> An expansion on theEntityModule, specifically for state-based entities.Methods in org.axonframework.modelling.configuration with parameters of type EntityModuleModifier and TypeMethodDescription<I,E> ModellingConfigurer ModellingConfigurer.registerEntity(EntityModule<I, E> entityModule) Registers the givenentityModuleon the root-levelConfiguration.