Uses of Enum Class
org.axonframework.commandhandling.distributed.UnresolvedRoutingKeyPolicy
Packages that use UnresolvedRoutingKeyPolicy
-
Uses of UnresolvedRoutingKeyPolicy in org.axonframework.commandhandling.distributed
Methods in org.axonframework.commandhandling.distributed that return UnresolvedRoutingKeyPolicyModifier and TypeMethodDescriptionstatic UnresolvedRoutingKeyPolicyReturns the enum constant of this class with the specified name.static UnresolvedRoutingKeyPolicy[]UnresolvedRoutingKeyPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.axonframework.commandhandling.distributed with parameters of type UnresolvedRoutingKeyPolicyModifierConstructorDescriptionAbstractRoutingStrategy(UnresolvedRoutingKeyPolicy fallbackRoutingStrategy) Deprecated.AnnotationRoutingStrategy(Class<? extends Annotation> annotationType, UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy) Deprecated.in favor of theAnnotationRoutingStrategy.builder()AnnotationRoutingStrategy(UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy) Deprecated.in favor of theAnnotationRoutingStrategy.builder()MetaDataRoutingStrategy(String metaDataKey, UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy) Deprecated.in favor of theMetaDataRoutingStrategy.builder()
AbstractRoutingStrategy(RoutingStrategy)