| Package | Description |
|---|---|
| io.serverlessworkflow.api.events |
| Modifier and Type | Method and Description |
|---|---|
static EventRef.Invoke |
EventRef.Invoke.fromValue(String value) |
EventRef.Invoke |
EventRef.getInvoke()
Specifies if the function should be invoked sync or async.
|
static EventRef.Invoke |
EventRef.Invoke.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventRef.Invoke[] |
EventRef.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 |
EventRef.setInvoke(EventRef.Invoke invoke)
Specifies if the function should be invoked sync or async.
|
EventRef |
EventRef.withInvoke(EventRef.Invoke invoke) |
Copyright © 2020–2023 CNCF. All rights reserved.