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
  • Constructor Details

    • ThreadScope

      public ThreadScope()
      Creates a scope instance and gives it the default name: "thread".