@ConditionalOnProperty(value="gray.hystrix.threadTransmitStrategy",
havingValue="HYSTRIX_REQUEST_LOCAL_STORAGE")
@Import(value=HystrixGrayTrackWebConfiguration.class)
public static class GrayTrackWebMvcConfiguration.HystrixRequestLocalStorageConfiguration
extends Object
| 构造器和说明 |
|---|
HystrixRequestLocalStorageConfiguration() |
| 限定符和类型 | 方法和说明 |
|---|---|
LocalStorageLifeCycle |
localStorageLifeCycle() |
RequestLocalStorage |
requestLocalStorage() |
@Bean public RequestLocalStorage requestLocalStorage()
@Bean public LocalStorageLifeCycle localStorageLifeCycle()
Copyright © 2019 Spring Cloud中国社区. All rights reserved.