Class Traceable


  • public abstract class Traceable
    extends Object
    Simple abstract class making Tracer object available in a standardized manner for classes extending this class.
    Since:
    4.0.0
    Author:
    erlend
    • Field Detail

      • tracer

        protected final io.opentracing.Tracer tracer
        Zipkin tracer implementation.
    • Constructor Detail

      • Traceable

        protected Traceable​(io.opentracing.Tracer tracer)
        Default constructor accepting a tracer.
        Parameters:
        tracer - Tracer from application context.