| Package | Description |
|---|---|
| io.serverlessworkflow.api.functions |
| Modifier and Type | Method and Description |
|---|---|
static FunctionRef.Invoke |
FunctionRef.Invoke.fromValue(String value) |
FunctionRef.Invoke |
FunctionRef.getInvoke()
Specifies if the function should be invoked sync or async.
|
static FunctionRef.Invoke |
FunctionRef.Invoke.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionRef.Invoke[] |
FunctionRef.Invoke.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionRef.setInvoke(FunctionRef.Invoke invoke)
Specifies if the function should be invoked sync or async.
|
FunctionRef |
FunctionRef.withInvoke(FunctionRef.Invoke invoke) |
Copyright © 2020–2023 CNCF. All rights reserved.