Interface CleanableThreadContextMap
- All Superinterfaces:
ThreadContextMap, ThreadContextMap2
- All Known Subinterfaces:
ObjectThreadContextMap
- All Known Implementing Classes:
CopyOnWriteSortedArrayThreadContextMap, GarbageFreeSortedArrayThreadContextMap, MDCContextMap
Extension service provider interface to implement additional custom MDC behavior for
ThreadContext.- Since:
- 2.8
- See Also:
-
Method Summary
Methods inherited from interface ThreadContextMap
clear, containsKey, get, getCopy, getImmutableMapOrNull, isEmpty, put, removeMethods inherited from interface ThreadContextMap2
getReadOnlyContextData, putAll
-
Method Details
-
removeAll
-