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