Class ClusterClientSettings$


  • public class ClusterClientSettings$
    extends java.lang.Object
    Create settings from the default configuration akka.cluster.client.
    • Field Detail

      • MODULE$

        public static final ClusterClientSettings$ MODULE$
        Static reference to the singleton instance of this Scala object.
    • Constructor Detail

      • ClusterClientSettings$

        public ClusterClientSettings$()
    • Method Detail

      • apply

        public ClusterClientSettings apply​(com.typesafe.config.Config config)
        Create settings from a configuration with the same layout as the default configuration akka.cluster.client.
        Parameters:
        config - (undocumented)
        Returns:
        (undocumented)
      • create

        public ClusterClientSettings create​(ActorSystem system)
        Java API: Create settings from the default configuration akka.cluster.client.
        Parameters:
        system - (undocumented)
        Returns:
        (undocumented)
      • create

        public ClusterClientSettings create​(com.typesafe.config.Config config)
        Java API: Create settings from a configuration with the same layout as the default configuration akka.cluster.client.
        Parameters:
        config - (undocumented)
        Returns:
        (undocumented)