public final class CurrentTraceContextAssemblyTracking
extends java.lang.Object
The design of this library borrows heavily from https://github.com/akaita/RxJava2Debug and https://github.com/akarnokd/RxJava2Extensions
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
CurrentTraceContextAssemblyTracking.SavedHooks |
| Modifier and Type | Method | Description |
|---|---|---|
static CurrentTraceContextAssemblyTracking |
create(brave.propagation.CurrentTraceContext delegate) |
|
static void |
disable() |
Disables the validation hooks be resetting the assembly hooks to none.
|
void |
enable() |
Enable the protocol violation hooks.
|
CurrentTraceContextAssemblyTracking.SavedHooks |
enableAndChain() |
Enable the protocol violation hooks by chaining it before any existing hook.
|
static boolean |
isEnabled() |
Returns true if the validation hooks have been installed.
|
public static CurrentTraceContextAssemblyTracking create(brave.propagation.CurrentTraceContext delegate)
public void enable()
enableAndChain(),
disable()public CurrentTraceContextAssemblyTracking.SavedHooks enableAndChain()
enable()public static void disable()
public static boolean isEnabled()
Copyright © 2018 OpenZipkin. All rights reserved.