Uses of Class
io.atomix.cluster.messaging.MessagingConfig
| Package | Description |
|---|---|
| io.atomix.cluster |
Provides classes and interfaces for cluster management.
|
| io.atomix.cluster.messaging |
Provides high-level interfaces for direct and publish-subscribe inter-cluster communication.
|
-
Uses of MessagingConfig in io.atomix.cluster
Methods in io.atomix.cluster that return MessagingConfig Modifier and Type Method Description MessagingConfigClusterConfig. getMessagingConfig()Returns the cluster messaging configuration.Methods in io.atomix.cluster with parameters of type MessagingConfig Modifier and Type Method Description ClusterConfigClusterConfig. setMessagingConfig(MessagingConfig messagingConfig)Sets the cluster messaging configuration. -
Uses of MessagingConfig in io.atomix.cluster.messaging
Methods in io.atomix.cluster.messaging that return MessagingConfig Modifier and Type Method Description MessagingConfigMessagingConfig. setConnectionPoolSize(int connectionPoolSize)Sets the connection pool size.MessagingConfigMessagingConfig. setConnectTimeout(java.time.Duration connectTimeout)Sets the Netty connection timeout.MessagingConfigMessagingConfig. setInterfaces(List<String> interfaces)Sets the local interfaces to which to bind the node.MessagingConfigMessagingConfig. setPort(Integer port)Sets the local port to which to bind the node.MessagingConfigMessagingConfig. setTlsConfig(TlsConfig tlsConfig)Sets the TLS configuration.