public class CassandraClusterCreator
extends org.springframework.cloud.service.AbstractServiceConnectorCreator<com.datastax.driver.core.Cluster,org.springframework.cloud.service.common.CassandraServiceInfo>
ServiceConnectorCreator implementation to provide a Cassandra Cluster.
Allows optionally to apply a CassandraClusterConfig configuration.| Constructor and Description |
|---|
CassandraClusterCreator() |
| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.Cluster |
create(org.springframework.cloud.service.common.CassandraServiceInfo serviceInfo,
org.springframework.cloud.service.ServiceConnectorConfig serviceConnectorConfig) |