public interface ConnectionSource<T, S extends ConnectionSourceSettings> extends java.io.Closeable
Represents a connection source, which could be a SQL DataSource, a MongoClient etc.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | public java.lang.String | getName()
 | 
|  | public S | getSettings()
 | 
|  | public T | getSource()
 | 
| Methods inherited from class | Name | 
|---|---|
| interface java.io.Closeable | java.io.Closeable#close() |