Module brave
Package brave.handler

Interface MutableSpan.AnnotationUpdater

  • Enclosing class:
    MutableSpan

    public static interface MutableSpan.AnnotationUpdater
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String update​(long timestamp, java.lang.String value)
      Returns the same value, an updated one, or null to drop the annotation.
    • Method Detail

      • update

        @Nullable
        java.lang.String update​(long timestamp,
                                java.lang.String value)
        Returns the same value, an updated one, or null to drop the annotation.
        See Also:
        Span.annotate(long, String)