Uses of Class
io.serverlessworkflow.api.switchconditions.EventCondition
-
Packages that use EventCondition Package Description io.serverlessworkflow.api.states io.serverlessworkflow.api.switchconditions -
-
Uses of EventCondition in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return types with arguments of type EventCondition Modifier and Type Method Description List<EventCondition>
SwitchState. getEventConditions()
Defines conditions evaluated against eventsMethod parameters in io.serverlessworkflow.api.states with type arguments of type EventCondition Modifier and Type Method Description void
SwitchState. setEventConditions(List<EventCondition> eventConditions)
Defines conditions evaluated against eventsSwitchState
SwitchState. withEventConditions(List<EventCondition> eventConditions)
-
Uses of EventCondition in io.serverlessworkflow.api.switchconditions
Methods in io.serverlessworkflow.api.switchconditions that return EventCondition Modifier and Type Method Description EventCondition
EventCondition. withEnd(End end)
EventCondition
EventCondition. withEventDataFilter(EventDataFilter eventDataFilter)
EventCondition
EventCondition. withEventRef(String eventRef)
EventCondition
EventCondition. withName(String name)
EventCondition
EventCondition. withTransition(Transition transition)
-