Class ThreadScope
- java.lang.Object
-
- org.springframework.cloud.context.scope.GenericScope
-
- org.springframework.cloud.context.scope.thread.ThreadScope
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanFactoryPostProcessor,org.springframework.beans.factory.config.Scope,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.support.BeanDefinitionRegistryPostProcessor
public class ThreadScope extends GenericScope
- Since:
- 3.1
- Author:
- Dave Syer
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.springframework.cloud.context.scope.GenericScope
GenericScope.LockedScopedProxyFactoryBean<S extends GenericScope>
-
-
Constructor Summary
Constructors Constructor Description ThreadScope()Creates a scope instance and gives it the default name: "thread".
-
Method Summary
-
Methods inherited from class org.springframework.cloud.context.scope.GenericScope
destroy, destroy, get, getConversationId, getErrors, getLock, getName, postProcessBeanDefinitionRegistry, postProcessBeanFactory, registerDestructionCallback, remove, resolveContextualObject, setId, setName, setScopeCache
-
-