public interface SSLOptionsFactory
extends io.dropwizard.jackson.Discoverable
SSL options.
To create your own, just:
SSLOptionsFactory.@JsonTypeName and give it a unique type name.META-INF/services/systems.composable.dropwizard.cassandra.ssl.SSLOptionsFactory
file with your implementation's full class name to the class path.JDKSSLOptionsFactory,
NettySSLOptionsFactory| Modifier and Type | Method and Description |
|---|---|
com.datastax.driver.core.SSLOptions |
build() |
Copyright © 2016 Composable Systems Limited. All rights reserved.