Uses of Class
io.serverlessworkflow.api.end.End
-
-
Uses of End in io.serverlessworkflow.api.defaultdef
Methods in io.serverlessworkflow.api.defaultdef that return End Modifier and Type Method Description End
DefaultConditionDefinition. getEnd()
State end definitionMethods in io.serverlessworkflow.api.defaultdef with parameters of type End Modifier and Type Method Description void
DefaultConditionDefinition. setEnd(End end)
State end definitionDefaultConditionDefinition
DefaultConditionDefinition. withEnd(End end)
-
Uses of End in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return End Modifier and Type Method Description End
EndDefinitionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of End in io.serverlessworkflow.api.end
Methods in io.serverlessworkflow.api.end that return End Modifier and Type Method Description End
End. withCompensate(boolean compensate)
End
End. withContinueAs(ContinueAs continueAs)
End
End. withProduceEvents(List<ProduceEvent> produceEvents)
End
End. withTerminate(boolean terminate)
-
Uses of End in io.serverlessworkflow.api.error
Methods in io.serverlessworkflow.api.error that return End Modifier and Type Method Description End
Error. getEnd()
State end definitionMethods in io.serverlessworkflow.api.error with parameters of type End Modifier and Type Method Description void
Error. setEnd(End end)
State end definitionError
Error. withEnd(End end)
-
Uses of End in io.serverlessworkflow.api.interfaces
Methods in io.serverlessworkflow.api.interfaces that return End Modifier and Type Method Description End
State. getEnd()
-
Uses of End in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type End Modifier and Type Method Description void
EndDefinitionSerializer. serialize(End end, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type End Constructor Description EndDefinitionSerializer(Class<End> t)
-
Uses of End in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return End Modifier and Type Method Description End
DefaultState. getEnd()
State end definitionMethods in io.serverlessworkflow.api.states with parameters of type End Modifier and Type Method Description void
DefaultState. setEnd(End end)
State end definitionCallbackState
CallbackState. withEnd(End end)
DefaultState
DefaultState. withEnd(End end)
EventState
EventState. withEnd(End end)
ForEachState
ForEachState. withEnd(End end)
InjectState
InjectState. withEnd(End end)
OperationState
OperationState. withEnd(End end)
ParallelState
ParallelState. withEnd(End end)
SleepState
SleepState. withEnd(End end)
SwitchState
SwitchState. withEnd(End end)
-
Uses of End in io.serverlessworkflow.api.switchconditions
Methods in io.serverlessworkflow.api.switchconditions that return End Modifier and Type Method Description End
DataCondition. getEnd()
State end definitionEnd
EventCondition. getEnd()
State end definitionMethods in io.serverlessworkflow.api.switchconditions with parameters of type End Modifier and Type Method Description void
DataCondition. setEnd(End end)
State end definitionvoid
EventCondition. setEnd(End end)
State end definitionDataCondition
DataCondition. withEnd(End end)
EventCondition
EventCondition. withEnd(End end)
-