@EnableConfigurationProperties @Import(value=SchedulerConfiguration.class) public class ThreadScopeConfiguration extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SCOPE_NAME_PROPERTY |
| Constructor and Description |
|---|
ThreadScopeConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
ThreadScopeProperties |
defaultThreadScopeProperties() |
ThreadScopeManager |
defaultThreadScopeService() |
org.springframework.beans.factory.config.CustomScopeConfigurer |
threadCustomScopeConfigurer(ThreadScopeManager threadScopeManager,
org.springframework.core.env.ConfigurableEnvironment environment) |
public static final String SCOPE_NAME_PROPERTY
@Bean @ConditionalOnMissingBean(value=ThreadScopeProperties.class) public ThreadScopeProperties defaultThreadScopeProperties()
@Bean @ConditionalOnMissingBean(value=ThreadScopeManager.class) public ThreadScopeManager defaultThreadScopeService()
@Bean public org.springframework.beans.factory.config.CustomScopeConfigurer threadCustomScopeConfigurer(ThreadScopeManager threadScopeManager, org.springframework.core.env.ConfigurableEnvironment environment)
Copyright © 2015 devbury. All rights reserved.