@FunctionalInterface public interface FailureHandler
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FailureHandler.OutcomeVarious outcomes for the handler. | 
| Modifier and Type | Field and Description | 
|---|---|
| static FailureHandler | NONEFailureHandlerthat always aborts. | 
| Modifier and Type | Method and Description | 
|---|---|
| FailureHandler.Outcome | handle(Throwable failure)Handle a run failure. | 
static final FailureHandler NONE
FailureHandler that always aborts.FailureHandler.Outcome handle(Throwable failure)
failure - the exceptionCopyright © 2018 Pivotal Software, Inc.. All rights reserved.