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, getServiceInfoTypepublic org.springframework.data.redis.connection.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 connectionCopyright © 2015 Pivotal Software, Inc.. All rights reserved.