Class ManagedCloseable
java.lang.Object
org.kiwiproject.dropwizard.lifecycle.ManagedCloseable
- All Implemented Interfaces:
io.dropwizard.lifecycle.Managed
A Dropwizard
Managed that manages a single Closeable instance.-
Constructor Details
-
ManagedCloseable
-
-
Method Details
-
start
public void start()No-op- Specified by:
startin interfaceio.dropwizard.lifecycle.Managed
-
stop
Delegates to the managedCloseable'sclosemethod.- Specified by:
stopin interfaceio.dropwizard.lifecycle.Managed- Throws:
IOException- See Also:
-
getCloseable
-