Uses of Class
io.serverlessworkflow.api.states.SleepState
-
Packages that use SleepState Package Description io.serverlessworkflow.api.serializers io.serverlessworkflow.api.states -
-
Uses of SleepState in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type SleepState Modifier and Type Method Description void
SleepStateSerializer. serialize(SleepState delayState, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type SleepState Constructor Description SleepStateSerializer(Class<SleepState> t)
-
Uses of SleepState in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return SleepState Modifier and Type Method Description SleepState
SleepState. withCompensatedBy(String compensatedBy)
SleepState
SleepState. withDuration(String duration)
SleepState
SleepState. withEnd(End end)
SleepState
SleepState. withId(String id)
SleepState
SleepState. withMetadata(Map<String,String> metadata)
SleepState
SleepState. withName(String name)
SleepState
SleepState. withOnErrors(List<Error> onErrors)
SleepState
SleepState. withStateDataFilter(StateDataFilter stateDataFilter)
SleepState
SleepState. withTimeouts(TimeoutsDefinition timeouts)
SleepState
SleepState. withTransition(Transition transition)
SleepState
SleepState. withType(DefaultState.Type type)
SleepState
SleepState. withUsedForCompensation(boolean usedForCompensation)
-