Package io.dropwizard.lifecycle
Interface Managed
-
- All Known Implementing Classes:
AutoCloseableManager,ExecutorServiceManager,JettyManaged
public interface ManagedAn interface for objects which need to take some action as the application is started or stopped.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default voidstart()Starts the object.default voidstop()Stops the object.
-