Uses of Class
zipkin2.Endpoint.Builder
-
Packages that use Endpoint.Builder Package Description zipkin2 -
-
Uses of Endpoint.Builder in zipkin2
Methods in zipkin2 that return Endpoint.Builder Modifier and Type Method Description Endpoint.BuilderEndpoint.Builder. ip(String ipString)Chaining variant ofparseIp(String)Endpoint.BuilderEndpoint.Builder. ip(InetAddress addr)Chaining variant ofparseIp(InetAddress)static Endpoint.BuilderEndpoint. newBuilder()Endpoint.BuilderEndpoint.Builder. port(int port)SetsEndpoint.portAsInt()Endpoint.BuilderEndpoint.Builder. port(Integer port)Use this to set the port to an externally defined value.Endpoint.BuilderEndpoint.Builder. serviceName(String serviceName)SetsEndpoint.serviceNameEndpoint.BuilderEndpoint. toBuilder()
-