Uses of Class
io.serverlessworkflow.api.events.EventRef
-
Packages that use EventRef Package Description io.serverlessworkflow.api.actions io.serverlessworkflow.api.events -
-
Uses of EventRef in io.serverlessworkflow.api.actions
Methods in io.serverlessworkflow.api.actions that return EventRef Modifier and Type Method Description EventRefAction. getEventRef()Event ReferencesMethods in io.serverlessworkflow.api.actions with parameters of type EventRef Modifier and Type Method Description voidAction. setEventRef(EventRef eventRef)Event ReferencesActionAction. withEventRef(EventRef eventRef) -
Uses of EventRef in io.serverlessworkflow.api.events
Methods in io.serverlessworkflow.api.events that return EventRef Modifier and Type Method Description EventRefEventRef. withContextAttributes(Map<String,String> contextAttributes)EventRefEventRef. withData(String data)EventRefEventRef. withInvoke(EventRef.Invoke invoke)EventRefEventRef. withResultEventRef(String resultEventRef)EventRefEventRef. withResultEventTimeout(String resultEventTimeout)EventRefEventRef. withTriggerEventRef(String triggerEventRef)
-