I - item type being processedE - exception class which may be raised@FunctionalInterface
public static interface TaskPool.FailureTask<I,E extends java.lang.Exception>
| Modifier and Type | Method | Description |
|---|---|---|
void |
run(I item,
java.lang.Exception exception) |
process a failure.
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.