public interface Closeable
Modifier and Type | Method and Description |
---|---|
void |
close(Handler<AsyncResult<Void>> completionHandler)
Close this resource, the
completionHandler must be notified when the operation has completed. |
void close(Handler<AsyncResult<Void>> completionHandler)
completionHandler
must be notified when the operation has completed.completionHandler
- the handler to notify when close has completedCopyright © 2023 Eclipse. All rights reserved.