This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright (C) 2009-2016 Typesafe Inc. <http://www.typesafe.com> | |
*/ | |
package akka.cluster | |
import language.postfixOps | |
import scala.collection.immutable | |
import scala.concurrent.Await | |
import scala.concurrent.duration._ | |
import com.typesafe.config.ConfigFactory |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Copyright (C) 2009-2016 Typesafe Inc. <http://www.typesafe.com> | |
*/ | |
package akka.cluster | |
import language.postfixOps | |
import scala.collection.immutable | |
import scala.concurrent.Await | |
import scala.concurrent.duration._ | |
import com.typesafe.config.ConfigFactory |