public class RedisConnectionFactoryCreator extends AbstractServiceConnectorCreator<org.springframework.data.redis.connection.RedisConnectionFactory,RedisServiceInfo>
Constructor and Description |
---|
RedisConnectionFactoryCreator() |
Modifier and Type | Method and Description |
---|---|
org.springframework.data.redis.connection.RedisConnectionFactory |
create(RedisServiceInfo serviceInfo,
ServiceConnectorConfig serviceConnectorConfig)
Create service for the given service info and configured with the given
configuration
|
getServiceConnectorType, getServiceInfoType
public org.springframework.data.redis.connection.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