| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.tracing |
| Modifier and Type | Method and Description |
|---|---|
TraceContext |
TracedCommand.getTraceContext() |
| Constructor and Description |
|---|
TracedCommand(RedisCommand<K,V,T> command,
TraceContext traceContext) |
| Modifier and Type | Class and Description |
|---|---|
static class |
BraveTracing.BraveTraceContext
TraceContext implementation for Brave's TraceContext. |
| Modifier and Type | Field and Description |
|---|---|
static TraceContext |
TraceContext.EMPTY |
| Modifier and Type | Method and Description |
|---|---|
TraceContext |
TraceContextProvider.getTraceContext() |
| Modifier and Type | Method and Description |
|---|---|
default Mono<TraceContext> |
TraceContextProvider.getTraceContextLater() |
| Modifier and Type | Method and Description |
|---|---|
abstract Tracer.Span |
Tracer.nextSpan(TraceContext traceContext)
|
Copyright © 2021 lettuce.io. All rights reserved.