Uses of Enum Class
org.axonframework.common.configuration.OverridePolicy
Packages that use OverridePolicy
Package
Description
-
Uses of OverridePolicy in org.axonframework.common.configuration
Methods in org.axonframework.common.configuration that return OverridePolicyModifier and TypeMethodDescriptionstatic OverridePolicyReturns the enum constant of this class with the specified name.static OverridePolicy[]OverridePolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.axonframework.common.configuration with parameters of type OverridePolicyModifier and TypeMethodDescriptionComponentRegistry.setOverridePolicy(OverridePolicy overridePolicy) Sets theOverridePolicyfor thisComponentRegistry.DefaultComponentRegistry.setOverridePolicy(OverridePolicy overridePolicy) -
Uses of OverridePolicy in org.axonframework.extension.spring.config
Methods in org.axonframework.extension.spring.config with parameters of type OverridePolicyModifier and TypeMethodDescriptionSpringComponentRegistry.setOverridePolicy(OverridePolicy overridePolicy)