Package akka.cluster
Interface ConfigValidation
-
public interface ConfigValidation
INTERNAL APIThis method loads the
JoinConfigCompatChecker
defined in the configuration. Checkers are then combined to be used whenever a join node tries to join an existing cluster.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description scala.Product
$plus$plus(ConfigValidation that)
scala.Product
concat(ConfigValidation that)
-
-
-
Method Detail
-
$plus$plus
scala.Product $plus$plus(ConfigValidation that)
-
concat
scala.Product concat(ConfigValidation that)
-
-