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 voidEventStateSerializer. 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 EventStateEventState. withCompensatedBy(String compensatedBy)EventStateEventState. withEnd(End end)EventStateEventState. withExclusive(boolean exclusive)EventStateEventState. withId(String id)EventStateEventState. withMetadata(Map<String,String> metadata)EventStateEventState. withName(String name)EventStateEventState. withOnErrors(List<Error> onErrors)EventStateEventState. withOnEvents(List<OnEvents> onEvents)EventStateEventState. withStateDataFilter(StateDataFilter stateDataFilter)EventStateEventState. withTimeouts(TimeoutsDefinition timeouts)EventStateEventState. withTransition(Transition transition)EventStateEventState. withType(DefaultState.Type type)
-