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

com.metamx.common.scala.net.curator.package.scala Maven / Gradle / Ivy

package com.metamx.common.scala.net

import org.apache.curator.x.discovery.{ServiceProvider, ServiceInstance}

package object curator
{
  implicit def ServiceInstanceOps[T](x: ServiceInstance[T]) = new ServiceInstanceOps[T](x)
  implicit def ServiceProviderOps[T](x: ServiceProvider[T]) = new ServiceProviderOps[T](x)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy