Class SjmsSpanDecorator

All Implemented Interfaces:
SpanDecorator

public class SjmsSpanDecorator extends AbstractMessagingSpanDecorator
  • Constructor Details

    • SjmsSpanDecorator

      public SjmsSpanDecorator()
  • Method Details

    • getComponent

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

      protected String getDestination(org.apache.camel.Exchange exchange, org.apache.camel.Endpoint endpoint)
      Description copied from class: AbstractMessagingSpanDecorator
      This method identifies the destination from the supplied exchange and/or endpoint.
      Overrides:
      getDestination in class AbstractMessagingSpanDecorator
      Parameters:
      exchange - The exchange
      endpoint - The endpoint
      Returns:
      The message bus destination
    • getComponentClassName

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