Uses of Class
io.serverlessworkflow.api.functions.SubFlowRef.Invoke
-
Packages that use SubFlowRef.Invoke Package Description io.serverlessworkflow.api.functions -
-
Uses of SubFlowRef.Invoke in io.serverlessworkflow.api.functions
Methods in io.serverlessworkflow.api.functions that return SubFlowRef.Invoke Modifier and Type Method Description static SubFlowRef.InvokeSubFlowRef.Invoke. fromValue(String value)SubFlowRef.InvokeSubFlowRef. getInvoke()Specifies if the function should be invoked sync or async.static SubFlowRef.InvokeSubFlowRef.Invoke. valueOf(String name)Returns the enum constant of this type with the specified name.static SubFlowRef.Invoke[]SubFlowRef.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 SubFlowRef.Invoke Modifier and Type Method Description voidSubFlowRef. setInvoke(SubFlowRef.Invoke invoke)Specifies if the function should be invoked sync or async.SubFlowRefSubFlowRef. withInvoke(SubFlowRef.Invoke invoke)
-