public class RedisConnectionFactoryCreator extends AbstractServiceConnectorCreator<RedisConnectionFactory,RedisServiceInfo>
| Constructor and Description |
|---|
RedisConnectionFactoryCreator() |
| Modifier and Type | Method and Description |
|---|---|
RedisConnectionFactory |
create(RedisServiceInfo serviceInfo,
ServiceConnectorConfig serviceConnectorConfig)
Create service for the given service info and configured with the given
configuration
|
getServiceConnectorType, getServiceInfoTypepublic RedisConnectionFactory create(RedisServiceInfo serviceInfo, ServiceConnectorConfig serviceConnectorConfig)
ServiceConnectorCreatorserviceInfo - the ServiceInfo object containing the information necessary to connect to the serviceserviceConnectorConfig - configuration information to be applied to the connection