Uses of Class
io.serverlessworkflow.api.functions.FunctionRef.Invoke
-
Packages that use FunctionRef.Invoke Package Description io.serverlessworkflow.api.functions -
-
Uses of FunctionRef.Invoke in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return FunctionRef.Invoke Modifier and Type Method Description static FunctionRef.InvokeFunctionRef.Invoke. fromValue(String value)FunctionRef.InvokeFunctionRef. getInvoke()Specifies if the function should be invoked sync or async.static FunctionRef.InvokeFunctionRef.Invoke. valueOf(String name)Returns the enum constant of this type with the specified name.static FunctionRef.Invoke[]FunctionRef.Invoke. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.serverlessworkflow.api.functions with parameters of type FunctionRef.Invoke Modifier and Type Method Description voidFunctionRef. setInvoke(FunctionRef.Invoke invoke)Specifies if the function should be invoked sync or async.FunctionRefFunctionRef. withInvoke(FunctionRef.Invoke invoke)
-