Package 

Interface AttachableWrapper


  • 
    public interface AttachableWrapper
    
                        

    Cache interface for OT/OTel wrappers used by TypeConverters to avoid extra allocations.

    • Method Summary

      Modifier and Type Method Description
      abstract void attachWrapper(@NonNull() Object wrapper) Attaches a OT/OTel wrapper to a tracer object.
      abstract Object getWrapper() Returns an attached OT/OTel wrapper or null.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait