| Package | Description |
|---|---|
| com.github.kristofa.brave |
| Modifier and Type | Method and Description |
|---|---|
ServerSpanThreadBinder |
Brave.serverSpanThreadBinder()
Helper object that can be used to propogate server trace state.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> BraveCallable<T> |
BraveCallable.create(Callable<T> wrappedCallable,
ServerSpanThreadBinder serverSpanThreadBinder)
Creates a new instance.
|
static BraveRunnable |
BraveRunnable.create(Runnable runnable,
ServerSpanThreadBinder serverSpanThreadBinder)
Creates a new instance.
|
| Constructor and Description |
|---|
BraveExecutorService(ExecutorService wrappedExecutor,
ServerSpanThreadBinder threadBinder)
Creates a new instance.
|
Copyright © 2016. All rights reserved.