| Interface | Description |
|---|---|
| FaultHandler |
Handlers of
Stream iteration failures. |
| Class | Description |
|---|---|
| CountingHandler |
A partial implementation for
FaultHandler that count failures and keep track of the last observed failure. |
| IgnoreHandler |
A
FaultHandler that silently absorbs all failures. |
| RethrowHandler |
A
FaultHandler that rethrows all failures (i.e. |
| RethrowUnrecoverableHandler |
A
FaultHandler that silently absorbs StreamContingencys
but re-throws all other failures. |
| StopFastHandler |
A
FaultHandler that silently stops iteration at the first occurrence of any failure. |
| StopUnrecoverableHandler |
A
FaultHandler that silently absorbs StreamContingencys
and stops iteration at the first unrecoverable failure. |
Copyright © 2018. All Rights Reserved.