Uses of Class
brave.Span.Kind
-
Packages that use 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.abstract Span.KindResponse. spanKind()The remoteSpan.Kinddescribing the direction and type of the response.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.Methods in brave with parameters of type Span.Kind Modifier and Type Method Description abstract SpanSpan. kind(Span.Kind kind)When present, the span is remote. -
Uses of Span.Kind in brave.handler
Methods in brave.handler that return Span.Kind Modifier and Type Method Description Span.KindMutableSpan. kind()Returns the span kind ornull.Methods in brave.handler with parameters of type Span.Kind Modifier and Type Method Description voidMutableSpan. kind(Span.Kind kind)Calling this overrides any previous value, such as {@link brave.Span#kind(Kind). -
Uses of Span.Kind in brave.propagation
Methods in brave.propagation that return Span.Kind Modifier and Type Method Description Span.KindPropagation.RemoteGetter. spanKind()Span.KindPropagation.RemoteSetter. spanKind()Methods in brave.propagation with parameters of type Span.Kind Modifier and Type Method Description B3Propagation.FactoryBuilderB3Propagation.FactoryBuilder. injectFormat(Span.Kind kind, B3Propagation.Format format)Overrides the injection format used for the indicatedspan kind.B3Propagation.FactoryBuilderB3Propagation.FactoryBuilder. injectFormats(Span.Kind kind, B3Propagation.Format format1, B3Propagation.Format format2)LikeB3Propagation.FactoryBuilder.injectFormat(brave.propagation.B3Propagation.Format), but writes two formats.
-