| Package | Description |
|---|---|
| org.apache.flink.statefun.sdk |
| Modifier and Type | Method and Description |
|---|---|
AsyncOperationResult.Status |
AsyncOperationResult.status() |
static AsyncOperationResult.Status |
AsyncOperationResult.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AsyncOperationResult.Status[] |
AsyncOperationResult.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AsyncOperationResult(M metadata,
AsyncOperationResult.Status status,
T value,
java.lang.Throwable throwable) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.