Uses of Interface
org.axonframework.eventsourcing.configuration.EventSourcedEntityModule
Packages that use EventSourcedEntityModule
-
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.EventSourcedEntityModule.EntityIdResolverPhase.entityIdResolver(ComponentBuilder<EntityIdResolver<ID>> entityIdResolver) Registers the givenComponentBuilderof anEntityIdResolveras the resolver for the event-sourced entity being built.