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 EventRef
Action. getEventRef()
Event ReferencesMethods in io.serverlessworkflow.api.actions with parameters of type EventRef Modifier and Type Method Description void
Action. setEventRef(EventRef eventRef)
Event ReferencesAction
Action. 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 EventRef
EventRef. withContextAttributes(Map<String,String> contextAttributes)
EventRef
EventRef. withData(String data)
EventRef
EventRef. withInvoke(EventRef.Invoke invoke)
EventRef
EventRef. withResultEventRef(String resultEventRef)
EventRef
EventRef. withResultEventTimeout(String resultEventTimeout)
EventRef
EventRef. withTriggerEventRef(String triggerEventRef)
-