Uses of Class
brave.Span.Kind
| Package | Description |
|---|---|
| brave | |
| brave.handler | |
| brave.propagation |
-
Uses of Span.Kind in brave
Methods in brave that return Span.Kind Modifier and Type Method Description abstract Span.KindRequest. spanKind()The remoteSpan.Kinddescribing the direction and type of the request.static Span.KindSpan.Kind. valueOf(String name)Returns the enum constant of this type with the specified name.static Span.Kind[]Span.Kind. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Span.Kind in brave.handler
Methods in brave.handler that return Span.Kind Modifier and Type Method Description Span.KindMutableSpan. kind()Returns thespan kindor nullMethods in brave.handler with parameters of type Span.Kind Modifier and Type Method Description voidMutableSpan. kind(Span.Kind kind) -
Uses of Span.Kind in brave.propagation
Methods in brave.propagation with parameters of type Span.Kind Modifier and Type Method Description B3Propagation.FactoryBuilderB3Propagation.FactoryBuilder. injectFormat(Span.Kind kind, brave.propagation.B3Propagation.Format format)Overrides the injection format used for the indicatedspan kind.B3Propagation.FactoryBuilderB3Propagation.FactoryBuilder. injectFormats(Span.Kind kind, brave.propagation.B3Propagation.Format format1, brave.propagation.B3Propagation.Format format2)LikeB3Propagation.FactoryBuilder.injectFormat, but writes two formats.