EVENT - The type of the event.public interface FailureHandler<EVENT>
| Modifier and Type | Method and Description |
|---|---|
void |
handleFailure(EVENT action)
Handle an event that cannot be processed due to an unrecoverable error in
the
EventProcessor |
void handleFailure(EVENT action)
EventProcessoraction - The type of the event.Copyright © 2014. All rights reserved.