All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.teambytes.inflatable.raft.config.RaftConfiguration.scala Maven / Gradle / Ivy

There is a newer version: 1.0.5
Show newest version
package com.teambytes.inflatable.raft.config

import akka.actor.{ExtendedActorSystem, ExtensionIdProvider, ExtensionId}

private[inflatable] object RaftConfiguration extends ExtensionId[RaftConfig] with ExtensionIdProvider {

  def lookup() = RaftConfiguration

  def createExtension(system: ExtendedActorSystem): RaftConfig = new RaftConfig(system.settings.config)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy