Uses of Class
io.serverlessworkflow.api.states.EventState
-
Packages that use EventState Package Description io.serverlessworkflow.api.serializers io.serverlessworkflow.api.states -
-
Uses of EventState in io.serverlessworkflow.api.serializers
Methods in io.serverlessworkflow.api.serializers with parameters of type EventState Modifier and Type Method Description void
EventStateSerializer. serialize(EventState eventState, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
Constructor parameters in io.serverlessworkflow.api.serializers with type arguments of type EventState Constructor Description EventStateSerializer(Class<EventState> t)
-
Uses of EventState in io.serverlessworkflow.api.states
Methods in io.serverlessworkflow.api.states that return EventState Modifier and Type Method Description EventState
EventState. withCompensatedBy(String compensatedBy)
EventState
EventState. withEnd(End end)
EventState
EventState. withExclusive(boolean exclusive)
EventState
EventState. withId(String id)
EventState
EventState. withMetadata(Map<String,String> metadata)
EventState
EventState. withName(String name)
EventState
EventState. withOnErrors(List<Error> onErrors)
EventState
EventState. withOnEvents(List<OnEvents> onEvents)
EventState
EventState. withStateDataFilter(StateDataFilter stateDataFilter)
EventState
EventState. withTimeouts(TimeoutsDefinition timeouts)
EventState
EventState. withTransition(Transition transition)
EventState
EventState. withType(DefaultState.Type type)
-