| Class | Description |
|---|---|
| AbstractCloudServiceConnectorFactory<S> |
Abstract base factory class.
|
| GenericCloudServiceConnectorFactory |
Factory for creating connector for any service kind (as long as a suitable
ServiceConnectorCreator
is available. |
| MapServiceConnectionConfigurer<SC,SCC extends MapServiceConnectorConfig> |
Configurer for service connector that takes a map of properties to apply to the connection.
|
| MapServiceConnectorConfig |
Service connector configuration that takes a map of properties to apply to the connection.
|
| PooledServiceConnectorConfig |
Configuration for pooling
|
| PooledServiceConnectorConfig.PoolConfig | |
| PooledServiceConnectorConfigurer<SC,SCC extends PooledServiceConnectorConfig> |
Configurer for pooling config
|
| Util |