public static interface ThreadLocalContextAttacher.Attached
Modifier and Type | Method and Description |
---|---|
Thread |
attachedThread()
Return the Thread that this context has been attached to.
|
void |
detach()
Remove context from thread.
|
boolean |
isTopOfStack()
Returns true if the Attached Context is the first/only context in the Thread context stack.
|
void detach()
boolean isTopOfStack()
Thread attachedThread()
Copyright © 2021 SPF4J. All rights reserved.