Uses of Interface
org.axonframework.eventsourcing.configuration.EventSourcedEntityModule.EntityFactoryPhase
Packages that use EventSourcedEntityModule.EntityFactoryPhase
Package
Description
Part of the Axon Eventsourcing module.
-
Uses of EventSourcedEntityModule.EntityFactoryPhase in org.axonframework.eventsourcing.configuration
Methods in org.axonframework.eventsourcing.configuration that return EventSourcedEntityModule.EntityFactoryPhaseModifier and TypeMethodDescriptionEventSourcedEntityModule.MessagingModelPhase.messagingModel(Function<EntityMetamodelBuilder<E>, EntityMetamodel<E>> metamodelFactory) Registers a messaging metamodel factory that does not require theConfiguration.EventSourcedEntityModule.MessagingModelPhase.messagingModel(EntityMetamodelConfigurationBuilder<E> metamodelFactory) Registers the givenEntityMetamodelConfigurationBuilderof anEntityMetamodelas the messaging metamodel for the event-sourced entity being built.