Represents a connection source, which could be a SQL DataSource, a MongoClient etc.
| Type Params | Return Type | Name and description | 
|---|---|---|
|  | java.lang.String | getName()@return The name of the connection source | 
|  | S | getSettings()@return The settings for the ConnectionSource | 
|  | T | getSource()@return The underlying native connection source, for example a SQL javax.sql.DataSource | 
| Methods inherited from class | Name | 
|---|---|
| interface java.io.Closeable | java.io.Closeable#close() | 
| class java.lang.Object | java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() | 
Constance for a mapping to all connection sources
The name of the default connection source