| Package | Description |
|---|---|
| io.atomix.cluster.messaging |
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
|
| Modifier and Type | Method and Description |
|---|---|
TlsConfig |
MessagingConfig.getTlsConfig()
Returns the TLS configuration.
|
TlsConfig |
TlsConfig.setEnabled(boolean enabled)
Sets whether TLS is enabled.
|
TlsConfig |
TlsConfig.setKeyStore(java.lang.String keyStore)
Sets the key store path.
|
TlsConfig |
TlsConfig.setKeyStorePassword(java.lang.String keyStorePassword)
Sets the key store password.
|
TlsConfig |
TlsConfig.setTrustStore(java.lang.String trustStore)
Sets the trust store path.
|
TlsConfig |
TlsConfig.setTrustStorePassword(java.lang.String trustStorePassword)
Sets the trust store password.
|
| Modifier and Type | Method and Description |
|---|---|
MessagingConfig |
MessagingConfig.setTlsConfig(TlsConfig tlsConfig)
Sets the TLS configuration.
|
Copyright © 2013-2018. All Rights Reserved.