Uses of Class
com.github.devmix.process.acto.messages.Start
Packages that use Start
Package
Description
-
Uses of Start in com.github.devmix.process.acto.listeners
Methods in com.github.devmix.process.acto.listeners with parameters of type StartModifier and TypeMethodDescriptionvoidOnStartListener.onObjectStart(Start message, ActiveObjectContext<T> context) Called when an object starts. -
Uses of Start in com.github.devmix.process.acto.messages
Methods in com.github.devmix.process.acto.messages that return StartModifier and TypeMethodDescriptionstatic StartStart.downstream(ActiveObject<?> source, Start origin, boolean optional) Creates a new Start instance based on an existing one, with the provided source and optionality flag.static StartStart.standard()Creates a standard Start instance without any parameters.Methods in com.github.devmix.process.acto.messages with parameters of type StartModifier and TypeMethodDescriptionstatic StartStart.downstream(ActiveObject<?> source, Start origin, boolean optional) Creates a new Start instance based on an existing one, with the provided source and optionality flag.