Uses of Class
io.serverlessworkflow.api.workflow.Events
-
Packages that use Events Package Description io.serverlessworkflow.api io.serverlessworkflow.api.deserializers -
-
Uses of Events in io.serverlessworkflow.api
Methods in io.serverlessworkflow.api that return Events Modifier and Type Method Description EventsWorkflow. getEvents()Workflow event definitionsMethods in io.serverlessworkflow.api with parameters of type Events Modifier and Type Method Description voidWorkflow. setEvents(Events events)Workflow event definitionsWorkflowWorkflow. withEvents(Events events) -
Uses of Events in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Events Modifier and Type Method Description EventsEventsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-