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 voidSwitchState. setEventConditions(List<EventCondition> eventConditions)Defines conditions evaluated against eventsSwitchStateSwitchState. 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 EventConditionEventCondition. withEnd(End end)EventConditionEventCondition. withEventDataFilter(EventDataFilter eventDataFilter)EventConditionEventCondition. withEventRef(String eventRef)EventConditionEventCondition. withName(String name)EventConditionEventCondition. withTransition(Transition transition)
-