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.
|
getTargetTypevoid handle(EventMessage event)
handle in interface EventListenerevent - the event to handleCopyright © 2010-2014. All Rights Reserved.