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

com.sandinh.couchbase.PlayCBCluster.scala Maven / Gradle / Ivy

The newest version!
package com.sandinh.couchbase

import javax.inject.{Inject, Singleton}
import play.api.inject.ApplicationLifecycle
import com.typesafe.config.Config

@Singleton
class PlayCBCluster @Inject() (cfg: Config, lifecycle: ApplicationLifecycle)
    extends CBCluster(cfg) {
  lifecycle.addStopHook(disconnect _)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy