Uses of Class
io.serverlessworkflow.api.states.ParallelState.CompletionType
-
Packages that use ParallelState.CompletionType Package Description io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.states -
-
Uses of ParallelState.CompletionType in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return ParallelState.CompletionType Modifier and Type Method Description ParallelState.CompletionTypeParallelStateCompletionTypeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of ParallelState.CompletionType in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return ParallelState.CompletionType Modifier and Type Method Description static ParallelState.CompletionTypeParallelState.CompletionType. fromValue(String value)ParallelState.CompletionTypeParallelState. getCompletionType()Option types on how to complete branch execution.static ParallelState.CompletionTypeParallelState.CompletionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ParallelState.CompletionType[]ParallelState.CompletionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.serverlessworkflow.api.states with parameters of type ParallelState.CompletionType Modifier and Type Method Description voidParallelState. setCompletionType(ParallelState.CompletionType completionType)Option types on how to complete branch execution.ParallelStateParallelState. withCompletionType(ParallelState.CompletionType completionType)
-