Uses of Interface
org.axonframework.modelling.annotation.EntityIdResolverDefinition
Packages that use EntityIdResolverDefinition
Package
Description
-
Uses of EntityIdResolverDefinition in org.axonframework.modelling.annotation
Classes in org.axonframework.modelling.annotation that implement EntityIdResolverDefinitionModifier and TypeClassDescriptionclassDefinition for anEntityIdResolverthat uses annotation to resolve the entity identifier. -
Uses of EntityIdResolverDefinition in org.axonframework.modelling.entity.annotation
Classes in org.axonframework.modelling.entity.annotation that implement EntityIdResolverDefinitionModifier and TypeClassDescriptionclassEntityIdResolverDefinitionthat converts the payload of incoming messages based on theexpected payload typeof the message handler in the model, and then looks for aTargetEntityId-annotated member in the payload, through theAnnotationBasedEntityIdResolver.