Class ClusterReceptionistSettings$


  • public class ClusterReceptionistSettings$
    extends java.lang.Object
    Create settings from the default configuration akka.cluster.client.receptionist.
    • Constructor Detail

      • ClusterReceptionistSettings$

        public ClusterReceptionistSettings$()
    • Method Detail

      • apply

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

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

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

        public scala.Option<java.lang.String> roleOption​(java.lang.String role)
        INTERNAL API
        Parameters:
        role - (undocumented)
        Returns:
        (undocumented)