EVENT - The type of the event.public interface EventProcessor<EVENT>
| Modifier and Type | Method and Description |
|---|---|
boolean |
processEvent(EVENT event)
Durably process an event.
|
boolean processEvent(EVENT event) throws Exception
event - An event to process.Exception - if the event failed to process due to an unrecoverable error and
it will not be retried.Copyright © 2014. All rights reserved.