Class Tags


  • public class Tags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.BiConsumer<java.util.Map<java.lang.String,​EventAttributeValue>,​java.lang.Throwable> EXCEPTION  
      static java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpRequest> HTTP_REQUEST  
      static java.util.function.BiConsumer<java.util.Map<java.lang.String,​EventAttributeValue>,​org.openqa.selenium.remote.http.HttpRequest> HTTP_REQUEST_EVENT  
      static java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpResponse> HTTP_RESPONSE  
      static java.util.function.BiConsumer<java.util.Map<java.lang.String,​EventAttributeValue>,​org.openqa.selenium.remote.http.HttpResponse> HTTP_RESPONSE_EVENT  
      static java.util.function.BiConsumer<Span,​Span.Kind> KIND  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • KIND

        public static final java.util.function.BiConsumer<Span,​Span.Kind> KIND
      • HTTP_REQUEST

        public static final java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpRequest> HTTP_REQUEST
      • HTTP_RESPONSE

        public static final java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpResponse> HTTP_RESPONSE
      • HTTP_REQUEST_EVENT

        public static final java.util.function.BiConsumer<java.util.Map<java.lang.String,​EventAttributeValue>,​org.openqa.selenium.remote.http.HttpRequest> HTTP_REQUEST_EVENT
      • HTTP_RESPONSE_EVENT

        public static final java.util.function.BiConsumer<java.util.Map<java.lang.String,​EventAttributeValue>,​org.openqa.selenium.remote.http.HttpResponse> HTTP_RESPONSE_EVENT
      • EXCEPTION

        public static final java.util.function.BiConsumer<java.util.Map<java.lang.String,​EventAttributeValue>,​java.lang.Throwable> EXCEPTION