Class LoopedPlugin

All Implemented Interfaces:
com.google.inject.Module, org.pf4j.ExtensionPoint

@Deprecated(forRemoval=true) public abstract class LoopedPlugin extends LoopedPlugin
Deprecated, for removal: This API element is subject to removal in a future version.
This class is deprecated and scheduled for removal. Use LoopedPlugin instead.
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:
  • Constructor Details

    • LoopedPlugin

      public LoopedPlugin()
      Deprecated, for removal: This API element is subject to removal in a future version.