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

harness.serviceTracer.TraceClosure.scala Maven / Gradle / Ivy

package harness.serviceTracer

final case class TraceClosure(
    serviceName: String,
    serviceImpl: String,
    function: String,
) {
  override def toString: String = s"$serviceName[$serviceImpl].$function"
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy