Class TracedCallable<T>
- java.lang.Object
-
- org.openqa.selenium.remote.tracing.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()
-
-
-
Constructor Detail
-
TracedCallable
public TracedCallable(io.opentracing.Tracer tracer, io.opentracing.Span span, java.util.concurrent.Callable<T> delegate)
-
-