@Configuration public class RegistrySwitcher extends Object
| 构造器和说明 |
|---|
RegistrySwitcher() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
doRegister(String[] excludes) |
void |
doUnregister(String[] excludes) |
void |
init() |
void |
onApplicationEvent(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event) |
@PostConstruct public void init()
@EventListener(value=org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent.class) @Order(value=-2147483648) public void onApplicationEvent(org.springframework.cloud.context.scope.refresh.RefreshScopeRefreshedEvent event)
public void doRegister(String[] excludes)
public void doUnregister(String[] excludes)
Copyright © 2020. All rights reserved.