Uses of Interface
zipkin2.reporter.HttpEndpointSupplier.Constant
-
-
Uses of HttpEndpointSupplier.Constant in zipkin2.reporter
Methods in zipkin2.reporter that return HttpEndpointSupplier.Constant Modifier and Type Method Description static HttpEndpointSupplier.ConstantHttpEndpointSuppliers. newConstant(String endpoint)senderimplementations look for a HttpEndpointSuppliers.Constant to avoid the overhead of dynamic lookups on each call toBaseHttpSender.postSpans(Object, Object).
-