Class AbstractInternalSpanDecorator

java.lang.Object
org.apache.camel.tracing.decorators.AbstractSpanDecorator
org.apache.camel.tracing.decorators.AbstractInternalSpanDecorator
All Implemented Interfaces:
SpanDecorator
Direct Known Subclasses:
DirectSpanDecorator, DisruptorSpanDecorator, DisruptorvmSpanDecorator, SedaSpanDecorator

public abstract class AbstractInternalSpanDecorator extends AbstractSpanDecorator
  • Constructor Details

    • AbstractInternalSpanDecorator

      public AbstractInternalSpanDecorator()
  • Method Details

    • getOperationName

      public String getOperationName(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
      Description copied from interface: SpanDecorator
      This method returns the operation name to use with the Span representing this exchange and endpoint.
      Specified by:
      getOperationName in interface SpanDecorator
      Overrides:
      getOperationName in class AbstractSpanDecorator
      Parameters:
      exchange - The exchange
      endpoint - The endpoint
      Returns:
      The operation name