public interface LookupSourceProvider extends AutoCloseable
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LookupSourceProvider.LookupSourceLease |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
<R> R |
withLease(Function<LookupSourceProvider.LookupSourceLease,R> action) |
<R> R withLease(Function<LookupSourceProvider.LookupSourceLease,R> action)
void close()
close in interface AutoCloseableCopyright © 2012–2019. All rights reserved.