ClientOperationsAdvice

kamon.instrumentation.jedis.ClientOperationsAdvice
See theClientOperationsAdvice companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

@Advice$$OnMethodEnter(suppress = scala.Predef.classOf[scala.Throwable])
def enter(@Advice$$Origin("#m") methodName: String): Scope
@Advice$$OnMethodExit(onThrowable = scala.Predef.classOf[scala.Throwable], suppress = scala.Predef.classOf[scala.Throwable])
def exit(@Advice$$Enter scope: Scope, @Advice$$Thrown t: Throwable): Unit