Package io.airlift.bootstrap
Class Executed
java.lang.Object
io.airlift.bootstrap.Executed
- All Implemented Interfaces:
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()
-