Uses of Interface
org.axonframework.modelling.command.CreationPolicyAggregateFactory
Packages that use CreationPolicyAggregateFactory
-
Uses of CreationPolicyAggregateFactory in org.axonframework.config
Methods in org.axonframework.config that return CreationPolicyAggregateFactoryModifier and TypeMethodDescriptionAggregateConfigurer.creationPolicyAggregateFactory()Returns theCreationPolicyAggregateFactorydefined in this configuration.Method parameters in org.axonframework.config with type arguments of type CreationPolicyAggregateFactoryModifier and TypeMethodDescriptionAggregateConfigurer.configureCreationPolicyAggregateFactory(Function<Configuration, CreationPolicyAggregateFactory<A>> creationPolicyAggregateFactoryBuilder) Defines the factory to create new aggregate instances of the type under configuration when initializing those instances from non-constructor command handlers annotated withCreationPolicy. -
Uses of CreationPolicyAggregateFactory in org.axonframework.modelling.command
Classes in org.axonframework.modelling.command that implement CreationPolicyAggregateFactoryModifier and TypeClassDescriptionclassDefault implementation ofCreationPolicyAggregateFactorythat invokes the default, no-arguments constructor of the aggregate classA.Methods in org.axonframework.modelling.command with parameters of type CreationPolicyAggregateFactoryModifier and TypeMethodDescriptionAggregateAnnotationCommandHandler.Builder.creationPolicyAggregateFactory(CreationPolicyAggregateFactory<T> creationPolicyAggregateFactory) Sets theCreationPolicyAggregateFactory<T>for generic typeT.