public class BeamFnLoggingMDC
extends java.lang.Object
| Constructor and Description |
|---|
BeamFnLoggingMDC() |
| Modifier and Type | Method and Description |
|---|---|
static @Nullable java.lang.String |
getInstructionId()
Gets the Instruction ID of the current thread.
|
static void |
setInstructionId(@Nullable java.lang.String newInstructionId)
Sets the Instruction ID of the current thread, which will be inherited by child threads.
|
public static void setInstructionId(@Nullable java.lang.String newInstructionId)
public static @Nullable java.lang.String getInstructionId()