public interface Managed<T>
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Void> |
close()
Closes the managed object.
|
boolean |
isOpen()
Return
true if the managed object is open. |
CompletableFuture<Void> |
open()
Opens the managed object.
|
CompletableFuture<Void> open()
CompletableFuture<Void> close()
boolean isOpen()
true if the managed object is open.true if openCopyright © 2016. All rights reserved.