Interface SpanStorageManager

All Known Implementing Classes:
SpanStorageManagerExchange

public interface SpanStorageManager
This interface is used to manage the storage of a Span.
  • Method Summary

    Modifier and Type
    Method
    Description
    peek(org.apache.camel.Exchange exchange)
     
    pull(org.apache.camel.Exchange exchange)
     
    void
    push(org.apache.camel.Exchange exchange, Span span)
     
  • Method Details

    • peek

      Span peek(org.apache.camel.Exchange exchange)
    • pull

      Span pull(org.apache.camel.Exchange exchange)
    • push

      void push(org.apache.camel.Exchange exchange, Span span)