Package 

Class XRayTracer

  • All Implemented Interfaces:
    ca.nexapp.tracing.Tracer

    
    public final class XRayTracer
     implements Tracer
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      XRayTracer(AWSXRayRecorder recorder)
    • Method Summary

      Modifier and Type Method Description
      Trace openTrace(String name) Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ...
      • Methods inherited from class ca.nexapp.tracing.xray.XRayTracer

        trace
      • Methods inherited from class java.lang.Object

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

      • XRayTracer

        XRayTracer(AWSXRayRecorder recorder)
    • Method Detail

      • openTrace

         Trace openTrace(String name)

        Opens a manual trace If you want automatic error-handling and closing, trace("").use { trace -> ... } is suggested