Package org.apache.logging.log4j.spi
Interface CleanableThreadContextMap
-
- All Superinterfaces:
ThreadContextMap
,ThreadContextMap2
- All Known Subinterfaces:
ObjectThreadContextMap
public interface CleanableThreadContextMap extends ThreadContextMap2
Extension service provider interface to implement additional custom MDC behavior forThreadContext
.- Since:
- 2.8
- See Also:
ThreadContextMap
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
removeAll(java.lang.Iterable<java.lang.String> keys)
Removes all given context map keys from the current thread's context map.-
Methods inherited from interface org.apache.logging.log4j.spi.ThreadContextMap
clear, containsKey, get, getCopy, getImmutableMapOrNull, isEmpty, put, remove
-
Methods inherited from interface org.apache.logging.log4j.spi.ThreadContextMap2
getReadOnlyContextData, putAll
-
-