Uses of Class
zipkin2.reporter.Encoding
-
-
Uses of Encoding in zipkin2.reporter
Methods in zipkin2.reporter that return Encoding Modifier and Type Method Description EncodingBytesEncoder. encoding()abstract EncodingSender. encoding()Returns the encoding this sender requires spans to have.static EncodingEncoding. valueOf(String name)Returns the enum constant of this type with the specified name.static Encoding[]Encoding. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in zipkin2.reporter with parameters of type Encoding Modifier and Type Method Description static BytesMessageEncoderBytesMessageEncoder. forEncoding(Encoding encoding)
-