Uses of Interface
org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.EntityIdResolverPhase
Packages that use EventSourcedEntityModule.EntityIdResolverPhase
-
Uses of EventSourcedEntityModule.EntityIdResolverPhase in org.axonframework.eventsourcing.configuration
Methods in org.axonframework.eventsourcing.configuration that return EventSourcedEntityModule.EntityIdResolverPhaseModifier and TypeMethodDescriptionEventSourcedEntityModule.CriteriaResolverPhase.criteriaResolver(ComponentBuilder<CriteriaResolver<ID>> criteriaResolver) Registers the givenComponentBuilderof aCriteriaResolveras the criteria resolver for the event-sourced entity being built.