Package io.dropwizard.lifecycle
Interface Managed
-
- All Known Subinterfaces:
ManagedDataSource
- All Known Implementing Classes:
AutoCloseableManager,ExecutorServiceManager,JettyManaged,ManagedPooledDataSource,ScheduledReporterManager,SessionFactoryManager
public interface ManagedAn interface for objects which need to be started and stopped as the application is started or stopped.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart()Starts the object.voidstop()Stops the object.
-