| Package | Description |
|---|---|
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.events |
| Modifier and Type | Method and Description |
|---|---|
OnEvents.ActionMode |
OnEventsActionModeDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static OnEvents.ActionMode |
OnEvents.ActionMode.fromValue(String value) |
OnEvents.ActionMode |
OnEvents.getActionMode()
Specifies how actions are to be performed (in sequence of parallel)
|
static OnEvents.ActionMode |
OnEvents.ActionMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OnEvents.ActionMode[] |
OnEvents.ActionMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OnEvents.setActionMode(OnEvents.ActionMode actionMode)
Specifies how actions are to be performed (in sequence of parallel)
|
OnEvents |
OnEvents.withActionMode(OnEvents.ActionMode actionMode) |
Copyright © 2020–2023 CNCF. All rights reserved.