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 AutoCloseable
Copyright © 2012–2022. All rights reserved.