Uses of Interface
io.lettuce.core.tracing.Tracing.Endpoint
| Package | Description |
|---|---|
| io.lettuce.core.tracing |
-
Uses of Tracing.Endpoint in io.lettuce.core.tracing
Classes in io.lettuce.core.tracing that implement Tracing.Endpoint Modifier and Type Class Description static classBraveTracing.BraveEndpointTracing.Endpointimplementation for Zipkin'sEndpoint.Methods in io.lettuce.core.tracing that return Tracing.Endpoint Modifier and Type Method Description Tracing.EndpointBraveTracing. createEndpoint(SocketAddress socketAddress)Tracing.EndpointTracing. createEndpoint(SocketAddress socketAddress)Create anTracing.EndpointgivenSocketAddress.Methods in io.lettuce.core.tracing with parameters of type Tracing.Endpoint Modifier and Type Method Description abstract Tracer.SpanTracer.Span. remoteEndpoint(Tracing.Endpoint endpoint)Associates anTracing.Endpointwith thisTracer.Span.