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 voidInjectStateSerializer. 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 InjectStateInjectState. withCompensatedBy(String compensatedBy)InjectStateInjectState. withData(com.fasterxml.jackson.databind.JsonNode data)InjectStateInjectState. withEnd(End end)InjectStateInjectState. withId(String id)InjectStateInjectState. withMetadata(Map<String,String> metadata)InjectStateInjectState. withName(String name)InjectStateInjectState. withOnErrors(List<Error> onErrors)InjectStateInjectState. withStateDataFilter(StateDataFilter stateDataFilter)InjectStateInjectState. withTimeouts(TimeoutsDefinition timeouts)InjectStateInjectState. withTransition(Transition transition)InjectStateInjectState. withType(DefaultState.Type type)InjectStateInjectState. withUsedForCompensation(boolean usedForCompensation)
-