Package net.storm.sdk.plugins
Class LoopedPlugin
java.lang.Object
net.storm.api.plugins.Plugin
net.storm.api.plugins.LoopedPlugin
net.storm.sdk.plugins.LoopedPlugin
- All Implemented Interfaces:
com.google.inject.Module,org.pf4j.ExtensionPoint
Deprecated, for removal: This API element is subject to removal in a future version.
A plugin base class that executes in a continuous loop.
LoopedPlugin provides a simple execution model where the plugin's main logic runs repeatedly in a loop until the plugin is stopped. This is useful for plugins that need to perform continuous operations.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class net.storm.api.plugins.LoopedPlugin
loop, stopMethods inherited from class net.storm.api.plugins.Plugin
configure, equals, getName, hashCode, isSdn, resetConfiguration, setToggleHidden, shutDown, startUp
-
Constructor Details
-
LoopedPlugin
public LoopedPlugin()Deprecated, for removal: This API element is subject to removal in a future version.
-
LoopedPlugininstead.