public interface EventListener<EVENT>
| Modifier and Type | Method and Description |
|---|---|
void |
invoke(EVENT event)
Invoke the listener with a business event.
|
void |
invoke(Resubmission<EVENT> event)
Invoke the listener for the resubmission of a business event.
|
void |
invoke(Throwable throwable)
Invoke the listener with an exception.
|
void invoke(EVENT event)
event - void invoke(Throwable throwable)
throwable - void invoke(Resubmission<EVENT> event)
event - Copyright © 2007-2015 Ikasan. All Rights Reserved.