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