|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AsyncErrorHandler
Instances of AsyncErrorHandler are used to provide custom exception handling for async work items.
| Method Summary | |
|---|---|
void |
onError(ProcessingBucket bucket,
Throwable exception)
Called when a work item throws during execution. |
| Method Detail |
|---|
void onError(ProcessingBucket bucket,
Throwable exception)
bucket - the bucket executing the work itemexception - the exception thrown
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||