|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UnresolvedRoutingKeyPolicy | |
---|---|
org.axonframework.commandhandling.distributed |
Uses of UnresolvedRoutingKeyPolicy in org.axonframework.commandhandling.distributed |
---|
Methods in org.axonframework.commandhandling.distributed that return UnresolvedRoutingKeyPolicy | |
---|---|
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. |
Constructors in org.axonframework.commandhandling.distributed with parameters of type UnresolvedRoutingKeyPolicy | |
---|---|
AbstractRoutingStrategy(UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy)
Initializes the strategy using given unresolvedRoutingKeyPolicy prescribing what happens when a
routing key cannot be resolved. |
|
AnnotationRoutingStrategy(Class<? extends Annotation> annotationType,
UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy)
Initializes a Routing Strategy that uses the given annotation to resolve the targeted identifier and the given unresolvedRoutingKeyPolicy when an incoming command does not define an AggregateIdentifier to base
the routing key on. |
|
AnnotationRoutingStrategy(UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy)
Initializes a Routing Strategy that uses the given unresolvedRoutingKeyPolicy when an incoming
command does not define an AggregateIdentifier to base the routing key on. |
|
MetaDataRoutingStrategy(String metaDataKey,
UnresolvedRoutingKeyPolicy unresolvedRoutingKeyPolicy)
Initializes the MetaDataRoutingStrategy where the given metaDataKey is used to get the Meta Data
value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |