Package | Description |
---|---|
org.axonframework.commandhandling.distributed |
Modifier and Type | Method and Description |
---|---|
static UnresolvedRoutingKeyPolicy |
UnresolvedRoutingKeyPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnresolvedRoutingKeyPolicy[] |
UnresolvedRoutingKeyPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
AbstractRoutingStrategy(UnresolvedRoutingKeyPolicy fallbackRoutingStrategy)
Deprecated.
in favor of
AbstractRoutingStrategy(RoutingStrategy) |
AnnotationRoutingStrategy(Class<? extends Annotation> annotationType,
UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy)
Deprecated.
in favor of the
AnnotationRoutingStrategy.builder() |
AnnotationRoutingStrategy(UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy)
Deprecated.
in favor of the
AnnotationRoutingStrategy.builder() |
MetaDataRoutingStrategy(String metaDataKey,
UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy)
Deprecated.
in favor of the
MetaDataRoutingStrategy.builder() |
Copyright © 2010–2023. All rights reserved.