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