Class TracedCallable<T>

  • All Implemented Interfaces:
    java.util.concurrent.Callable<T>

    public class TracedCallable<T>
    extends java.lang.Object
    implements java.util.concurrent.Callable<T>
    • Constructor Summary

      Constructors 
      Constructor Description
      TracedCallable​(io.opentracing.Tracer tracer, io.opentracing.Span span, java.util.concurrent.Callable<T> delegate)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T call()  
      • Methods inherited from class java.lang.Object

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

      • TracedCallable

        public TracedCallable​(io.opentracing.Tracer tracer,
                              io.opentracing.Span span,
                              java.util.concurrent.Callable<T> delegate)
    • Method Detail

      • call

        public T call()
               throws java.lang.Exception
        Specified by:
        call in interface java.util.concurrent.Callable<T>
        Throws:
        java.lang.Exception