public interface SagaManager extends EventListenerProxy
Modifier and Type | Method and Description |
---|---|
void |
handle(EventMessage event)
Handles the event by passing it to all Saga instances that have an Association Value found in the given event.
|
getTargetType
void handle(EventMessage event)
handle
in interface EventListener
event
- the event to handleCopyright © 2010-2014. All Rights Reserved.