public class AsyncTaskExecutionResult extends Object
| Modifier and Type | Method and Description |
|---|---|
Option<Exception> |
getException() |
boolean |
isFailed() |
AsyncTaskExecutionResult |
setFailed(boolean failed) |
AsyncTaskExecutionResult |
withException(Exception exception) |
public boolean isFailed()
public AsyncTaskExecutionResult setFailed(boolean failed)
public AsyncTaskExecutionResult withException(Exception exception)
Copyright © 2014. All rights reserved.