Package 

Interface SpanEventMapper

  • All Implemented Interfaces:
    com.datadog.android.event.EventMapper

    
    public interface SpanEventMapper
     implements EventMapper<SpanEvent>
                        

    An interface which can be implemented to modify the writable attributes inside a SpanEvent.

    • Method Summary

      Modifier and Type Method Description
      abstract SpanEvent map(SpanEvent event) By implementing this method you can intercept and modify the writable attributes inside any event SpanEvent before it gets serialised.
      • Methods inherited from class java.lang.Object

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

      • map

         abstract SpanEvent map(SpanEvent event)

        By implementing this method you can intercept and modify the writable attributes inside any event SpanEvent before it gets serialised.

        Parameters:
        event - the event to be serialised