Uses of Class
io.serverlessworkflow.api.functions.FunctionRef
-
Packages that use FunctionRef Package Description io.serverlessworkflow.api.actions io.serverlessworkflow.api.functions -
-
Uses of FunctionRef in io.serverlessworkflow.api.actions
Methods in io.serverlessworkflow.api.actions that return FunctionRef Modifier and Type Method Description FunctionRef
Action. getFunctionRef()
Methods in io.serverlessworkflow.api.actions with parameters of type FunctionRef Modifier and Type Method Description void
Action. setFunctionRef(FunctionRef functionRef)
Action
Action. withFunctionRef(FunctionRef functionRef)
-
Uses of FunctionRef in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return FunctionRef Modifier and Type Method Description FunctionRef
FunctionRef. withParameters(Map<String,String> parameters)
FunctionRef
FunctionRef. withRefName(String refName)
-