Class OkHttpEventlistenerGenerator.CompositeEventListenerAdvice

  • Enclosing class:
    OkHttpEventlistenerGenerator

    public static class OkHttpEventlistenerGenerator.CompositeEventListenerAdvice
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void onEnter​(co.elastic.apm.android.common.MethodCaller owner, java.lang.reflect.Method self, java.lang.Object[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CompositeEventListenerAdvice

        public CompositeEventListenerAdvice()
    • Method Detail

      • onEnter

        @OnMethodEnter
        public static void onEnter​(@This
                                   co.elastic.apm.android.common.MethodCaller owner,
                                   @Origin
                                   java.lang.reflect.Method self,
                                   @AllArguments
                                   java.lang.Object[] args)