Uses of Enum Class
org.axonframework.modelling.command.AggregateCreationPolicy
Packages that use AggregateCreationPolicy
Package
Description
-
Uses of AggregateCreationPolicy in org.axonframework.modelling.command
Methods in org.axonframework.modelling.command that return AggregateCreationPolicyModifier and TypeMethodDescriptionstatic AggregateCreationPolicyReturns the enum constant of this class with the specified name.static AggregateCreationPolicy[]AggregateCreationPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AggregateCreationPolicy in org.axonframework.modelling.command.inspection
Methods in org.axonframework.modelling.command.inspection that return AggregateCreationPolicyModifier and TypeMethodDescriptionCreationPolicyMember.creationPolicy()Returns the creation policy set on theMessageHandlingMember.