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 EndDefaultConditionDefinition. getEnd()State end definitionMethods in io.serverlessworkflow.api.defaultdef with parameters of type End Modifier and Type Method Description voidDefaultConditionDefinition. setEnd(End end)State end definitionDefaultConditionDefinitionDefaultConditionDefinition. 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 EndEndDefinitionDeserializer. 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 EndEnd. withCompensate(boolean compensate)EndEnd. withContinueAs(ContinueAs continueAs)EndEnd. withProduceEvents(List<ProduceEvent> produceEvents)EndEnd. 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 EndError. getEnd()State end definitionMethods in io.serverlessworkflow.api.error with parameters of type End Modifier and Type Method Description voidError. setEnd(End end)State end definitionErrorError. 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 EndState. 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 voidEndDefinitionSerializer. 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 EndDefaultState. getEnd()State end definitionMethods in io.serverlessworkflow.api.states with parameters of type End Modifier and Type Method Description voidDefaultState. setEnd(End end)State end definitionCallbackStateCallbackState. withEnd(End end)DefaultStateDefaultState. withEnd(End end)EventStateEventState. withEnd(End end)ForEachStateForEachState. withEnd(End end)InjectStateInjectState. withEnd(End end)OperationStateOperationState. withEnd(End end)ParallelStateParallelState. withEnd(End end)SleepStateSleepState. withEnd(End end)SwitchStateSwitchState. 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 EndDataCondition. getEnd()State end definitionEndEventCondition. getEnd()State end definitionMethods in io.serverlessworkflow.api.switchconditions with parameters of type End Modifier and Type Method Description voidDataCondition. setEnd(End end)State end definitionvoidEventCondition. setEnd(End end)State end definitionDataConditionDataCondition. withEnd(End end)EventConditionEventCondition. withEnd(End end)
-