| Package | Description |
|---|---|
| com.github.kristofa.brave | |
| com.github.kristofa.brave.internal |
| Modifier and Type | Method | Description |
|---|---|---|
Brave |
Brave.Builder.build() |
|
static Brave |
TracerAdapter.newBrave(Tracer tracer) |
|
static Brave |
TracerAdapter.newBrave(Tracer tracer,
ServerClientAndLocalSpanState state) |
Constructs a new Brave instance that sends traces to the provided tracer.
|
| Modifier and Type | Method | Description |
|---|---|---|
static <T> BraveCallable<T> |
BraveCallable.wrap(java.util.concurrent.Callable<T> callable,
Brave brave) |
Deprecated.
|
static BraveExecutorService |
BraveExecutorService.wrap(java.util.concurrent.ExecutorService wrappedExecutor,
Brave brave) |
Deprecated.
|
static BraveRunnable |
BraveRunnable.wrap(java.lang.Runnable runnable,
Brave brave) |
Deprecated.
|
| Modifier and Type | Method | Description |
|---|---|---|
abstract void |
Internal.setClientAddress(Brave brave,
Endpoint ca) |
| Constructor | Description |
|---|---|
MaybeAddClientAddress(Brave brave) |
Copyright © 2018 OpenZipkin. All rights reserved.