Uses of Interface
org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Packages that use EventSourcedEntityModule
Package
Description
Part of the Axon Eventsourcing module.
-
Uses of EventSourcedEntityModule in org.axonframework.eventsourcing.configuration
Methods in org.axonframework.eventsourcing.configuration that return EventSourcedEntityModuleModifier and TypeMethodDescriptionstatic <ID,E> EventSourcedEntityModule <ID, E> EventSourcedEntityModule.autodetected(Class<ID> idType, Class<E> entityType) Creates the module for an annotated event-sourced entity with the givenentityTypeandidType.