| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.tracing |
| Modifier and Type | Class and Description |
|---|---|
class |
TracedCommand<K,V,T>
Redis command that is aware of an associated
TraceContext. |
| Modifier and Type | Method and Description |
|---|---|
TraceContextProvider |
BraveTracing.initialTraceContextProvider() |
TraceContextProvider |
Tracing.initialTraceContextProvider() |
| Modifier and Type | Method and Description |
|---|---|
static reactor.core.publisher.Mono<TraceContextProvider> |
Tracing.getContext()
Gets the
TraceContextProvider from Reactor Context. |
| Modifier and Type | Method and Description |
|---|---|
static reactor.util.context.Context |
Tracing.withTraceContextProvider(TraceContextProvider supplier)
Creates a Reactor
Context that contains the Mono<TraceContextProvider>. that can be merged into another
Context. |
Copyright © 2018 lettuce.io. All rights reserved.