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.KindEventDefinitionKindDeserializer. 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.KindEventDefinition.Kind. fromValue(String value)EventDefinition.KindEventDefinition. getKind()Defines the events as either being consumed or produced by the workflow.static EventDefinition.KindEventDefinition.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 voidEventDefinition. setKind(EventDefinition.Kind kind)Defines the events as either being consumed or produced by the workflow.EventDefinitionEventDefinition. withKind(EventDefinition.Kind kind)
-