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 voidSleepStateSerializer. 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 SleepStateSleepState. withCompensatedBy(String compensatedBy)SleepStateSleepState. withDuration(String duration)SleepStateSleepState. withEnd(End end)SleepStateSleepState. withId(String id)SleepStateSleepState. withMetadata(Map<String,String> metadata)SleepStateSleepState. withName(String name)SleepStateSleepState. withOnErrors(List<Error> onErrors)SleepStateSleepState. withStateDataFilter(StateDataFilter stateDataFilter)SleepStateSleepState. withTimeouts(TimeoutsDefinition timeouts)SleepStateSleepState. withTransition(Transition transition)SleepStateSleepState. withType(DefaultState.Type type)SleepStateSleepState. withUsedForCompensation(boolean usedForCompensation)
-