public interface ThreadContextFollower<T,V>
| Modifier and Type | Method and Description |
|---|---|
default void |
clearContext(String namePrefix,
V item)
Clear the context after a thread.
|
T |
getContext(String namePrefix)
Get whatever thread local context this follower cares about.
|
V |
setContext(String namePrefix,
T item)
Set the context that was retrieved earlier in the current thread.
|
Copyright © 2020. All rights reserved.