public class MdcAccess extends Object
| Constructor and Description |
|---|
MdcAccess() |
| Modifier and Type | Method and Description |
|---|---|
static String |
get(String key)
see
MDC.get(String) |
static void |
put(String key,
String value)
see
MDC.put(String, String) |
static void |
remove(String key)
see
MDC.remove(String) |
Copyright © 2014–2022 Camunda Services GmbH. All rights reserved.