Module org.apache.logging.log4j
Package org.apache.logging.log4j.spi
Interface ObjectThreadContextMap
-
- All Superinterfaces:
CleanableThreadContextMap
,ThreadContextMap
,ThreadContextMap2
@Deprecated(since="3.0.0") public interface ObjectThreadContextMap extends CleanableThreadContextMap
Deprecated.useThreadContextMap
directlyLegacy interface for backward compatibility with extensions to ThreadContextMap. These methods have since been moved to default methods on ThreadContextMap.- Since:
- 2.8
- 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
-
-