public class NullFailureHandler<EVENT> extends Object implements FailureHandler<EVENT>
| Constructor and Description |
|---|
NullFailureHandler() |
| 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 |
public void handleFailure(EVENT action)
FailureHandlerEventProcessorhandleFailure in interface FailureHandler<EVENT>action - The type of the event.Copyright © 2014. All rights reserved.