Package org.apache.flink.util
Interface MdcUtils.MdcCloseable
-
- All Superinterfaces:
AutoCloseable
- Enclosing class:
- MdcUtils
public static interface MdcUtils.MdcCloseable extends AutoCloseable
AutoCloseable
that restores theMDC
contents on close.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
-
-
-
Method Detail
-
close
void close()
- Specified by:
close
in interfaceAutoCloseable
-
-