JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
at.letto.queue
Interface TaskQueue.ErrorHandler<T>
Enclosing class:
TaskQueue
<
T
,
K
>
public static interface
TaskQueue.ErrorHandler<T>
Optionaler Fehler-Callback.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onError
(
T
item,
Exception
ex)
Method Details
onError
void
onError
(
T
item,
Exception
ex)