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

scray.core.service.properties.ScrayServicePropertiesRegistration.scala Maven / Gradle / Ivy

package scray.core.service.properties

import scray.common.properties.ScrayPropertyRegistration
import scray.common.properties.predefined.CommonCassandraLoader
import scray.common.properties.predefined.CommonCassandraRegistrar

object ScrayServicePropertiesRegistration {

  def configure() : Unit = {
    ScrayPropertyRegistration.addRegistrar(ScrayServicePropertiesRegistrar)
    ScrayPropertyRegistration.addLoader(ScrayServicePropertiesLoader)
    ScrayPropertyRegistration.performPropertySetup()
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy