Package network.oxalis.commons.tracing
Class Traceable
- java.lang.Object
-
- network.oxalis.commons.tracing.Traceable
-
public abstract class Traceable extends Object
Simple abstract class makingTracerobject available in a standardized manner for classes extending this class.- Since:
- 4.0.0
- Author:
- erlend
-
-
Field Summary
Fields Modifier and Type Field Description protected io.opentelemetry.api.trace.TracertracerOpen Telemetry implementation.
-
Constructor Summary
Constructors Modifier Constructor Description protectedTraceable(io.opentelemetry.api.trace.Tracer tracer)Default constructor accepting a tracer.
-