@FunctionalInterface public interface EventListener
EventBus,
DomainEventMessage,
EventHandler| Modifier and Type | Method and Description |
|---|---|
void |
handle(EventMessage<?> event)
Process the given event.
|
void handle(EventMessage<?> event) throws Exception
event - the event to handleException - when an exception is raised during event handlingCopyright © 2010–2017. All rights reserved.