Class ManagedCloseable
- java.lang.Object
-
- org.kiwiproject.dropwizard.lifecycle.ManagedCloseable
-
-
Constructor Summary
Constructors Constructor Description ManagedCloseable(Closeable closeable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart()No-opvoidstop()Delegates to the managedCloseable'sclosemethod.
-
-
-
Constructor Detail
-
ManagedCloseable
public ManagedCloseable(Closeable closeable)
-
-
Method Detail
-
start
public void start()
No-op- Specified by:
startin interfaceio.dropwizard.lifecycle.Managed
-
stop
public void stop() throws IOExceptionDelegates to the managedCloseable'sclosemethod.- Specified by:
stopin interfaceio.dropwizard.lifecycle.Managed- Throws:
IOException- See Also:
Closeable.close()
-
-