Uses of Interface
brave.handler.MutableSpan.AnnotationConsumer
| Package | Description |
|---|---|
| brave.handler |
-
Uses of MutableSpan.AnnotationConsumer in brave.handler
Methods in brave.handler with parameters of type MutableSpan.AnnotationConsumer Modifier and Type Method Description <T> voidMutableSpan. forEachAnnotation(MutableSpan.AnnotationConsumer<T> annotationConsumer, T target)Allows you to copy all data into a different target, such as a different span model or logs.