public class StopFastHandler extends Object implements FaultHandler
FaultHandler that silently stops iteration at the first occurrence of any failure.iteration| Constructor and Description |
|---|
StopFastHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handle(RuntimeException failure)
Indicates whether iteration should continue or stop the iteration on the occurrence of an iteration failure.
|
public void handle(RuntimeException failure)
FaultHandlerhandle in interface FaultHandlerfailure - the failureCopyright © 2015. All Rights Reserved.