public final class RuntimeContext
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RuntimeContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RuntimeContext.Builder |
builder() |
java.time.LocalDateTime |
getAppliedAt() |
long |
getDuration() |
java.util.Optional<java.lang.Throwable> |
getError() |
java.lang.String |
getMethodExecutor() |
java.lang.String |
getStageName() |
boolean |
isFailed() |
boolean |
isSuccess() |
public static RuntimeContext.Builder builder()
public java.lang.String getStageName()
public long getDuration()
public java.time.LocalDateTime getAppliedAt()
public java.lang.String getMethodExecutor()
public java.util.Optional<java.lang.Throwable> getError()
public boolean isSuccess()
public boolean isFailed()