public interface Closeable
Modifier and Type | Method and Description |
---|---|
void |
close(Promise<Void> completion)
Close this resource, the
completion promise must be notified when the operation has completed. |
Copyright © 2023 Eclipse. All rights reserved.