Thread Local Rd Context
abstract class ThreadLocalRdContext<T : Any>(key: String, heavy: Boolean, serializer: IMarshaller<T>) : RdContext<T>
Describes an RdContext which uses ThreadLocal as internal storage for values
Properties
Link copied to clipboard
Link copied to clipboard
Value which is used as a key inside per-context entities like RdPerContextMap
Functions
Link copied to clipboard
Changes current value to newValue and returns a cookie which should restore old value on closing