Class Executed

java.lang.Object
io.airlift.bootstrap.Executed
All Implemented Interfaces:
Runnable

public abstract class Executed extends Object implements Runnable
Extend this class to get run-in-thread behavior
  • Constructor Details

    • Executed

      public Executed()
  • Method Details

    • startExecution

      @PostConstruct public void startExecution()
    • stopExecution

      @PreDestroy public void stopExecution()