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
- Since:
- 3.1
- Author:
- Dave Syer
-
Nested Class Summary
Nested classes/interfaces inherited from class GenericScope
GenericScope.LockedScopedProxyFactoryBean<S> -
Constructor Summary
ConstructorsConstructorDescriptionCreates a scope instance and gives it the default name: "thread". -
Method Summary
Methods inherited from class GenericScope
destroy, destroy, get, getConversationId, getErrors, getLock, getName, postProcessBeanDefinitionRegistry, postProcessBeanFactory, registerDestructionCallback, remove, resolveContextualObject, setId, setName, setScopeCache
-
Constructor Details
-
ThreadScope
public ThreadScope()Creates a scope instance and gives it the default name: "thread".
-