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