Uses of Class
io.serverlessworkflow.api.events.EventDefinition.Kind
-
Packages that use EventDefinition.Kind Package Description io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.events -
-
Uses of EventDefinition.Kind in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return EventDefinition.Kind Modifier and Type Method Description EventDefinition.Kind
EventDefinitionKindDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of EventDefinition.Kind in io.serverlessworkflow.api.events
Methods in io.serverlessworkflow.api.events that return EventDefinition.Kind Modifier and Type Method 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.Methods in io.serverlessworkflow.api.events with parameters of type EventDefinition.Kind Modifier and Type Method 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)
-