Class VertxHttpSpanDecorator

All Implemented Interfaces:
SpanDecorator

public class VertxHttpSpanDecorator extends AbstractHttpSpanDecorator
  • Constructor Details

    • VertxHttpSpanDecorator

      public VertxHttpSpanDecorator()
  • Method Details

    • getComponent

      public String getComponent()
      Description copied from interface: SpanDecorator
      The camel component name associated with the decorator.
      Returns:
      The camel component name
    • getComponentClassName

      public String getComponentClassName()
      Description copied from interface: SpanDecorator
      The camel component FQN classname associated with the decorator.
      Returns:
      The camel component FQN classname
    • getHttpMethod

      public String getHttpMethod(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
      Overrides:
      getHttpMethod in class AbstractHttpSpanDecorator