Uses of Class
io.serverlessworkflow.api.events.OnEvents
-
Packages that use OnEvents Package Description io.serverlessworkflow.api.events io.serverlessworkflow.api.states -
-
Uses of OnEvents in io.serverlessworkflow.api.events
Methods in io.serverlessworkflow.api.events that return OnEvents Modifier and Type Method Description OnEventsOnEvents. withActionMode(OnEvents.ActionMode actionMode)OnEventsOnEvents. withActions(List<Action> actions)OnEventsOnEvents. withEventDataFilter(EventDataFilter eventDataFilter)OnEventsOnEvents. withEventRefs(List<String> eventRefs) -
Uses of OnEvents in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return types with arguments of type OnEvents Modifier and Type Method Description List<OnEvents>EventState. getOnEvents()Define what events trigger one or more actions to be performedMethod parameters in io.serverlessworkflow.api.states with type arguments of type OnEvents Modifier and Type Method Description voidEventState. setOnEvents(List<OnEvents> onEvents)Define what events trigger one or more actions to be performedEventStateEventState. withOnEvents(List<OnEvents> onEvents)
-