Interface LifecycleExecutor
-
- All Superinterfaces:
Runnable
- All Known Subinterfaces:
Dumper,IncrementalDumper
- All Known Implementing Classes:
AbstractLifecycleExecutor
public interface LifecycleExecutor extends Runnable
Lifecycle executor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Start run execute.voidstop()Stop running execute.
-