Class RoutingKeyEventTargetMatcherDefinition

java.lang.Object
org.axonframework.modelling.entity.annotation.RoutingKeyEventTargetMatcherDefinition
All Implemented Interfaces:
EventTargetMatcherDefinition

public class RoutingKeyEventTargetMatcherDefinition extends Object implements EventTargetMatcherDefinition
Definition for creating EventTargetMatcher instances based on the routing key attribute.

The routing key of both the message and entity is determined by the attribute on the declaring member in the parent entity. The routing key of the message and of the entity are matched to determine if a child entity should handle a given message.

Since:
5.0.0
Author:
Mitchell Herrijgers
See Also: