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.Invoke
FunctionRef.Invoke. fromValue(String value)
FunctionRef.Invoke
FunctionRef. getInvoke()
Specifies if the function should be invoked sync or async.static FunctionRef.Invoke
FunctionRef.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 void
FunctionRef. setInvoke(FunctionRef.Invoke invoke)
Specifies if the function should be invoked sync or async.FunctionRef
FunctionRef. withInvoke(FunctionRef.Invoke invoke)
-