Uses of Interface
io.lettuce.core.tracing.TraceContextProvider
| Package | Description |
|---|---|
| io.lettuce.core.protocol |
Redis protocol layer abstraction.
|
| io.lettuce.core.tracing |
-
Uses of TraceContextProvider in io.lettuce.core.protocol
Classes in io.lettuce.core.protocol that implement TraceContextProvider Modifier and Type Class Description classTracedCommand<K,V,T>Redis command that is aware of an associatedTraceContext. -
Uses of TraceContextProvider in io.lettuce.core.tracing
Methods in io.lettuce.core.tracing that return TraceContextProvider Modifier and Type Method Description TraceContextProviderBraveTracing. initialTraceContextProvider()TraceContextProviderTracing. initialTraceContextProvider()Methods in io.lettuce.core.tracing that return types with arguments of type TraceContextProvider Modifier and Type Method Description static Mono<TraceContextProvider>Tracing. getContext()Gets theTraceContextProviderfrom ReactorContext.Methods in io.lettuce.core.tracing with parameters of type TraceContextProvider Modifier and Type Method Description static ContextTracing. withTraceContextProvider(TraceContextProvider supplier)Creates a ReactorContextthat contains theMono<TraceContextProvider>.