com.github.anicolaspp.TopicExtractor.scala Maven / Gradle / Ivy
package com.github.anicolaspp
import scala.reflect.runtime.universe._
trait TopicExtractor {
def topicFor[A](implicit typeTag: TypeTag[A]): String = typeTag.tpe.toString //.replace("$", ".")
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy