Package | Description |
---|---|
io.honeycomb.beeline.tracing.utils |
Modifier and Type | Method | Description |
---|---|---|
static ThreadIdentifierObject |
ThreadIdentifierObject.getCurrentThreadId() |
On a given thread, this will always return the same instance.
|
Modifier and Type | Method | Description |
---|---|---|
static boolean |
ThreadIdentifierObject.isFromCurrentThread(ThreadIdentifierObject originalId) |
Checks whether the argument is the same instance as the current thread's identifier object and thus checks if
execution has moved to a different thread.
|
Copyright © 2019–2020 Honeycomb. All rights reserved.