Uses of Interface
io.lettuce.core.tracing.TraceContext
| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.tracing |
-
Uses of TraceContext in io.lettuce.core.protocol
Methods in io.lettuce.core.protocol that return TraceContext Modifier and Type Method Description TraceContextTracedCommand. getTraceContext()Constructors in io.lettuce.core.protocol with parameters of type TraceContext Constructor Description TracedCommand(RedisCommand<K,V,T> command, TraceContext traceContext) -
Uses of TraceContext in io.lettuce.core.tracing
Classes in io.lettuce.core.tracing that implement TraceContext Modifier and Type Class Description static classBraveTracing.BraveTraceContextTraceContextimplementation for Brave'sTraceContext.Fields in io.lettuce.core.tracing declared as TraceContext Modifier and Type Field Description static TraceContextTraceContext. EMPTYMethods in io.lettuce.core.tracing that return TraceContext Modifier and Type Method Description TraceContextTraceContextProvider. getTraceContext()Methods in io.lettuce.core.tracing that return types with arguments of type TraceContext Modifier and Type Method Description default Mono<TraceContext>TraceContextProvider. getTraceContextLater()Methods in io.lettuce.core.tracing with parameters of type TraceContext Modifier and Type Method Description abstract Tracer.SpanTracer. nextSpan(TraceContext traceContext)