| Package | Description |
|---|---|
| io.serverlessworkflow.api.deserializers | |
| io.serverlessworkflow.api.events |
| Modifier and Type | Method and Description |
|---|---|
EventDefinition.Kind |
EventDefinitionKindDeserializer.deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
| Modifier and Type | Method and Description |
|---|---|
static EventDefinition.Kind |
EventDefinition.Kind.fromValue(String value) |
EventDefinition.Kind |
EventDefinition.getKind()
Defines the events as either being consumed or produced by the workflow.
|
static EventDefinition.Kind |
EventDefinition.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventDefinition.Kind[] |
EventDefinition.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDefinition.setKind(EventDefinition.Kind kind)
Defines the events as either being consumed or produced by the workflow.
|
EventDefinition |
EventDefinition.withKind(EventDefinition.Kind kind) |
Copyright © 2020–2023 CNCF. All rights reserved.