public interface Saga
"orderId"
and value "1234"
.Modifier and Type | Method and Description |
---|---|
AssociationValues |
getAssociationValues()
Returns a view on the Association Values for this saga instance.
|
String |
getSagaIdentifier()
Returns the unique identifier of this saga.
|
void |
handle(EventMessage event)
Handle the given event.
|
boolean |
isActive()
Indicates whether or not this saga is active.
|
String getSagaIdentifier()
AssociationValues getAssociationValues()
void handle(EventMessage event)
event
- the event to handleboolean isActive()
true
if this saga is active, false
otherwise.Copyright © 2010-2014. All Rights Reserved.