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 Events
Workflow. getEvents()
Workflow event definitionsMethods in io.serverlessworkflow.api with parameters of type Events Modifier and Type Method Description void
Workflow. setEvents(Events events)
Workflow event definitionsWorkflow
Workflow. 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 Events
EventsDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-