Package io.vertx.core
Interface Closeable
-
- All Known Subinterfaces:
ConnectionFactory<C>
public interface CloseableA closeable resource. This interface is mostly used for internal resource management of Vert.x.- Author:
- Tim Fox
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose(Promise<Void> completion)Close this resource, thecompletionpromise must be notified when the operation has completed.
-