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