Interface LifecycleExecutor

All Superinterfaces:
Runnable
All Known Subinterfaces:
Dumper, IncrementalDumper
All Known Implementing Classes:
AbstractLifecycleExecutor

public interface LifecycleExecutor extends Runnable
Lifecycle executor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Start run execute.
    void
    Stop running execute.

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • start

      void start()
      Start run execute.
    • stop

      void stop()
      Stop running execute.