| 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 unresolvedRoutingKeyPolicy)
Initializes the strategy using given
unresolvedRoutingKeyPolicy prescribing what happens when a
routing key cannot be resolved. |
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. |
Copyright © 2010-2013. All Rights Reserved.