Uses of Class
com.github.devmix.process.acto.messages.Stop
Packages that use Stop
Package
Description
-
Uses of Stop in com.github.devmix.process.acto.listeners
Methods in com.github.devmix.process.acto.listeners with parameters of type StopModifier and TypeMethodDescriptionvoidOnStopListener.onObjectStop(Stop message, ActiveObjectContext<T> context) Called when the active object is about to be stopped. -
Uses of Stop in com.github.devmix.process.acto.messages
Methods in com.github.devmix.process.acto.messages that return StopModifier and TypeMethodDescriptionstatic StopStop.force()Creates a new stop message with the force flag set to true.static StopStop.nonBlocked()Creates a new stop message with the force flag set to false.static StopStop.upstream(ActiveObject<?> source, Stop message) Creates a new stop message that is an upstream continuation of the given stop message.Methods in com.github.devmix.process.acto.messages with parameters of type StopModifier and TypeMethodDescriptionstatic StopStop.upstream(ActiveObject<?> source, Stop message) Creates a new stop message that is an upstream continuation of the given stop message.