Uses of Class
io.serverlessworkflow.api.start.Start
-
Packages that use Start Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.serializers io.serverlessworkflow.api.start -
-
Uses of Start in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Start Modifier and Type Method Description StartWorkflow. getStart()State start definitionMethods in io.serverlessworkflow.api with parameters of type Start Modifier and Type Method Description voidWorkflow. setStart(Start start)State start definitionWorkflowWorkflow. withStart(Start start) -
Uses of Start in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Start Modifier and Type Method Description StartStartDefinitionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of Start in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type Start Modifier and Type Method Description voidStartDefinitionSerializer. serialize(Start start, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type Start Constructor Description StartDefinitionSerializer(Class<Start> t) -
Uses of Start in io.serverlessworkflow.api.start
Methods in io.serverlessworkflow.api.start that return Start Modifier and Type Method Description StartStart. withSchedule(Schedule schedule)StartStart. withStateName(String stateName)
-