Interface TracedFunction<T>


public interface TracedFunction<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    call(io.opentelemetry.api.trace.Span span)
     
  • Method Details