Class ThreadLocalThreadContextFacade

java.lang.Object
com.sap.cloud.sdk.cloudplatform.thread.ThreadLocalThreadContextFacade
All Implemented Interfaces:
ThreadContextFacade

public class ThreadLocalThreadContextFacade extends Object implements ThreadContextFacade
Implementation of ThreadContextFacade that internally uses ThreadLocal to provide access to the respective ThreadContext.

Important: This implementation should only be used when relying on container-managed threads only. In case you use a framework that manages threads, you have to rely on an implementation that is adjusted to your framework.