Package 

Class XRayTrace

  • All Implemented Interfaces:
    ca.nexapp.tracing.Trace , java.lang.AutoCloseable

    
    public final class XRayTrace
     implements Trace
                        
    • Constructor Summary

      Constructors 
      Constructor Description
      XRayTrace(Entity xrayEntity)
    • Method Summary

      Modifier and Type Method Description
      Unit signalError(Exception error) Puts exception to XRay Trace
      Unit setTag(String name, String value) Puts annotation to XRay trace
      Unit setMetadata(String key, String value) Puts metadata to XRay trace
      Unit close() Closes the entity
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait