Uses of Interface
zipkin2.reporter.HttpEndpointSupplier
-
-
Uses of HttpEndpointSupplier in zipkin2.reporter
Subinterfaces of HttpEndpointSupplier in zipkin2.reporter Modifier and Type Interface Description static interfaceHttpEndpointSupplier.ConstantHTTPsenderscheck for this type, and will cache its first value.Methods in zipkin2.reporter that return HttpEndpointSupplier Modifier and Type Method Description HttpEndpointSupplierHttpEndpointSupplier.Factory. create(String endpoint)Returns a possibly HttpEndpointSupplier.Constant endpoint supplier, given a static endpoint from configuration.static HttpEndpointSupplierHttpEndpointSuppliers. newRateLimited(HttpEndpointSupplier input, int intervalSeconds)Dynamic HttpEndpointSuppliers can guard against abuse by rate-limiting them.Methods in zipkin2.reporter with parameters of type HttpEndpointSupplier Modifier and Type Method Description static HttpEndpointSupplierHttpEndpointSuppliers. newRateLimited(HttpEndpointSupplier input, int intervalSeconds)Dynamic HttpEndpointSuppliers can guard against abuse by rate-limiting them.
-