Package io.micronaut.cassandra
Class CassandraConfiguration
java.lang.Object
io.micronaut.cassandra.CassandraConfiguration
@EachProperty(value="cassandra",
primary="default")
public class CassandraConfiguration
extends Object
Allows the configuration of a Cassandra Cluster connection using the datastax driver.
The client is able to be configured to multiple clusters. If there are multiple configuration keys, default can be
used to denote the primary cluster bean.
- Since:
- 1.0
- Author:
- Nirav Assar, Michael Pollind
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
PREFIX
- See Also:
-
-
Constructor Details
-
CassandraConfiguration
- Parameters:
name
- The provider name
-
-
Method Details
-
getName
- Returns:
- The provider name
-