public class ConfigServerBootstrapper extends Object implements org.springframework.boot.BootstrapRegistryInitializer
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigServerBootstrapper.LoadContext |
static interface |
ConfigServerBootstrapper.LoaderInterceptor |
static interface |
ConfigServerBootstrapper.LoaderInvocation |
| Constructor and Description |
|---|
ConfigServerBootstrapper() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.springframework.boot.BootstrapRegistry registry) |
ConfigServerBootstrapper |
withLoaderInterceptor(ConfigServerBootstrapper.LoaderInterceptor loaderInterceptor) |
ConfigServerBootstrapper |
withRestTemplateFactory(Function<org.springframework.boot.BootstrapContext,org.springframework.web.client.RestTemplate> restTemplateFactory) |
public ConfigServerBootstrapper withRestTemplateFactory(Function<org.springframework.boot.BootstrapContext,org.springframework.web.client.RestTemplate> restTemplateFactory)
public ConfigServerBootstrapper withLoaderInterceptor(ConfigServerBootstrapper.LoaderInterceptor loaderInterceptor)
public void initialize(org.springframework.boot.BootstrapRegistry registry)
initialize in interface org.springframework.boot.BootstrapRegistryInitializerCopyright © 2021 Pivotal Software, Inc.. All rights reserved.