Uses of Class
io.serverlessworkflow.api.states.DelayState
-
Packages that use DelayState Package Description io.serverlessworkflow.api.serializers io.serverlessworkflow.api.states -
-
Uses of DelayState in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type DelayState Modifier and Type Method Description void
DelayStateSerializer. serialize(DelayState 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 DelayState Constructor Description DelayStateSerializer(Class<DelayState> t)
-
Uses of DelayState in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return DelayState Modifier and Type Method Description DelayState
DelayState. withCompensatedBy(String compensatedBy)
DelayState
DelayState. withDataInputSchema(String dataInputSchema)
DelayState
DelayState. withDataOutputSchema(String dataOutputSchema)
DelayState
DelayState. withEnd(End end)
DelayState
DelayState. withId(String id)
DelayState
DelayState. withMetadata(Map<String,String> metadata)
DelayState
DelayState. withName(String name)
DelayState
DelayState. withOnErrors(List<Error> onErrors)
DelayState
DelayState. withStart(Start start)
DelayState
DelayState. withStateDataFilter(StateDataFilter stateDataFilter)
DelayState
DelayState. withTimeDelay(String timeDelay)
DelayState
DelayState. withTransition(Transition transition)
DelayState
DelayState. withType(DefaultState.Type type)
DelayState
DelayState. withUsedForCompensation(boolean usedForCompensation)
-