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)
ServiceConnectorCreator