| Interface | Description |
|---|---|
| CorruptionHandler |
Handles corrupt logs.
|
| EventProcessor<EVENT> |
Processes events.
|
| FailureHandler<EVENT> |
Handles events that have failed permanently.
|
| Class | Description |
|---|---|
| GeterDun<EVENT> |
Processes events and retries them periodically if they fail to process.
|
| NullCorruptionHandler |
Logs log corruption as an error in the SLF4J logs.
|
| NullFailureHandler<EVENT> |
Logs an unrecoverable failure to process an event in the SLF4J logs.
|
| Exception | Description |
|---|---|
| FinalFailureException | |
| GeterDun.CantGeterDunException |
Copyright © 2014. All rights reserved.