-
public interface AttachableWrapperCache interface for OT/OTel wrappers used by TypeConverters to avoid extra allocations.
-
-
Method Summary
Modifier and Type Method Description abstract voidattachWrapper(@NonNull() Object wrapper)Attaches a OT/OTel wrapper to a tracer object. abstract ObjectgetWrapper()Returns an attached OT/OTel wrapper or null. -
-
Method Detail
-
attachWrapper
abstract void attachWrapper(@NonNull() Object wrapper)
Attaches a OT/OTel wrapper to a tracer object.
-
getWrapper
@Nullable() abstract Object getWrapper()
Returns an attached OT/OTel wrapper or null.
-
-
-
-