Uses of Interface
org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.CriteriaResolverPhase
Packages that use EventSourcedEntityModule.CriteriaResolverPhase
Package
Description
Part of the Axon Eventsourcing module.
-
Uses of EventSourcedEntityModule.CriteriaResolverPhase in org.axonframework.eventsourcing.configuration
Methods in org.axonframework.eventsourcing.configuration that return EventSourcedEntityModule.CriteriaResolverPhaseModifier and TypeMethodDescriptionEventSourcedEntityModule.EntityFactoryPhase.entityFactory(ComponentBuilder<EventSourcedEntityFactory<ID, E>> entityFactory) Registers the givenComponentBuilderof anEventSourcedEntityFactoryas the factory for the event-sourced entity being built.