public interface AssociationResolver
| Modifier and Type | Method and Description |
|---|---|
<T> Object |
resolve(String associationPropertyName,
org.axonframework.eventhandling.EventMessage<?> message,
org.axonframework.messaging.annotation.MessageHandlingMember<T> handler)
Resolves the associationPropertyName as a value.
|
<T> void |
validate(String associationPropertyName,
org.axonframework.messaging.annotation.MessageHandlingMember<T> handler)
Validates that the associationPropertyName supplied is compatible with the handler.
|
Copyright © 2010–2024. All rights reserved.