public class SpringData1RedisConnectionFactoryCreator extends AbstractServiceConnectorCreator<RedisConnectionFactory,RedisServiceInfo>
Constructor and Description |
---|
SpringData1RedisConnectionFactoryCreator() |
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, getServiceInfoType
public SpringData1RedisConnectionFactoryCreator()
public RedisConnectionFactory create(RedisServiceInfo serviceInfo, ServiceConnectorConfig serviceConnectorConfig)
ServiceConnectorCreator
serviceInfo
- the ServiceInfo
object containing the information necessary to connect to the serviceserviceConnectorConfig
- configuration information to be applied to the connection