Uses of Class
io.serverlessworkflow.api.schedule.Schedule.DirectInvoke
-
Packages that use Schedule.DirectInvoke Package Description io.serverlessworkflow.api.deserializers io.serverlessworkflow.api.schedule -
-
Uses of Schedule.DirectInvoke in io.serverlessworkflow.api.deserializers
Methods in io.serverlessworkflow.api.deserializers that return Schedule.DirectInvoke Modifier and Type Method Description Schedule.DirectInvoke
ScheduleDirectInvokeDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Uses of Schedule.DirectInvoke in io.serverlessworkflow.api.schedule
Methods in io.serverlessworkflow.api.schedule that return Schedule.DirectInvoke Modifier and Type Method Description static Schedule.DirectInvoke
Schedule.DirectInvoke. fromValue(String value)
Schedule.DirectInvoke
Schedule. getDirectInvoke()
Define if workflow instances can be created outside of the defined interval/cronstatic Schedule.DirectInvoke
Schedule.DirectInvoke. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schedule.DirectInvoke[]
Schedule.DirectInvoke. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.serverlessworkflow.api.schedule with parameters of type Schedule.DirectInvoke Modifier and Type Method Description void
Schedule. setDirectInvoke(Schedule.DirectInvoke directInvoke)
Define if workflow instances can be created outside of the defined interval/cronSchedule
Schedule. withDirectInvoke(Schedule.DirectInvoke directInvoke)
-