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 OnEvents
OnEvents. withActionMode(OnEvents.ActionMode actionMode)
OnEvents
OnEvents. withActions(List<Action> actions)
OnEvents
OnEvents. withEventDataFilter(EventDataFilter eventDataFilter)
OnEvents
OnEvents. 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 void
EventState. setOnEvents(List<OnEvents> onEvents)
Define what events trigger one or more actions to be performedEventState
EventState. withOnEvents(List<OnEvents> onEvents)
-