@Documented @Retention(value=RUNTIME) @Target(value=METHOD) public @interface SagaEventHandler
EventMessage
EventHandler
Modifier and Type | Required Element and Description |
---|---|
String |
associationProperty
The property in the event that will provide the value to find the Saga instance.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
keyName
The key in the AssociationValue to use.
|
Class<?> |
payloadType
The type of event this method handles.
|
public abstract String associationProperty
public abstract String keyName
associationProperty()
.public abstract Class<?> payloadType
Copyright © 2010-2014. All Rights Reserved.