Class ClusterSingletonProxySettings$

java.lang.Object
org.apache.pekko.cluster.singleton.ClusterSingletonProxySettings$

public class ClusterSingletonProxySettings$ extends Object
  • Field Details

  • Constructor Details

    • ClusterSingletonProxySettings$

      public ClusterSingletonProxySettings$()
  • Method Details

    • apply

      Create settings from the default configuration pekko.cluster.singleton-proxy.
    • apply

      public ClusterSingletonProxySettings apply(com.typesafe.config.Config config)
      Create settings from a configuration with the same layout as the default configuration pekko.cluster.singleton-proxy.
    • create

      Java API: Create settings from the default configuration pekko.cluster.singleton-proxy.
    • create

      public ClusterSingletonProxySettings create(com.typesafe.config.Config config)
      Java API: Create settings from a configuration with the same layout as the default configuration pekko.cluster.singleton-proxy.