Uses of Class
zipkin2.reporter.Encoding
-
-
Uses of Encoding in zipkin2.reporter
Fields in zipkin2.reporter declared as Encoding Modifier and Type Field Description protected EncodingBytesMessageSender.Base. encodingMethods in zipkin2.reporter that return Encoding Modifier and Type Method Description EncodingBytesEncoder. encoding()EncodingBytesMessageSender.Base. encoding()Returns the encoding this sender requires spans to have.EncodingBytesMessageSender. 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)Deprecated.static BytesEncoder<zipkin2.Span>SpanBytesEncoder. forEncoding(Encoding encoding)Returns the default Span encoder for given encoding.Constructors in zipkin2.reporter with parameters of type Encoding Constructor Description Base(Encoding encoding)BaseHttpSender(Encoding encoding, HttpEndpointSupplier.Factory endpointSupplierFactory, String endpoint)
-