Uses of Interface
org.apache.flink.util.MdcUtils.MdcCloseable
-
Packages that use MdcUtils.MdcCloseable Package Description org.apache.flink.util -
-
Uses of MdcUtils.MdcCloseable in org.apache.flink.util
Methods in org.apache.flink.util that return MdcUtils.MdcCloseable Modifier and Type Method Description static MdcUtils.MdcCloseableMdcUtils. withContext(Map<String,String> context)Replace MDC contents with the provided one and return a closeable object that can be used to restore the original MDC.
-