public interface Resolver<T>
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasServers() |
T |
resolve(java.lang.Object key) |
void |
shutdown()
hook to perform activities on shutdown
|
T resolve(java.lang.Object key)
key - unique identifier that may be used by certain resolvers as part of lookup. Implementations
can narrow this down to be nullable.boolean hasServers()
void shutdown()