| Modifier and Type | Interface and Description |
|---|---|
interface |
ReloadableManaged<T>
Managed lightweight, reference-counted objects that can be reloaded.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Managed<T> |
Async.managed(Supplier<? extends Stage<T>> setup,
Function<? super T,? extends Stage<Void>> teardown)
Setup a managed reference.
|
Copyright © 2017. All rights reserved.