-
- All Superinterfaces:
ThreadContextMap
- All Known Subinterfaces:
CleanableThreadContextMap
,ObjectThreadContextMap
@Deprecated(since="3.0.0") public interface ThreadContextMap2 extends ThreadContextMap
Deprecated.useThreadContextMap
directlyLegacy interface for backward compatibility with extensions to ThreadContextMap. These methods have since been moved to default methods on ThreadContextMap.- Since:
- 2.7
- See Also:
ThreadContextMap
-
-
Method Summary
-
Methods inherited from interface org.apache.logging.log4j.spi.ThreadContextMap
clear, containsKey, get, getCopy, getImmutableMapOrNull, getReadOnlyContextData, getValue, isEmpty, put, putAll, putAllValues, putValue, remove, removeAll
-
-