Uses of Interface
org.springframework.cloud.config.client.ConfigServerInstanceProvider.Function
-
Packages that use ConfigServerInstanceProvider.Function Package Description org.springframework.cloud.config.client -
-
Uses of ConfigServerInstanceProvider.Function in org.springframework.cloud.config.client
Method parameters in org.springframework.cloud.config.client with type arguments of type ConfigServerInstanceProvider.Function Modifier and Type Method Description ConfigServerInstanceProviderDiscoveryClientConfigServiceBootstrapConfiguration. configServerInstanceProvider(org.springframework.beans.factory.ObjectProvider<ConfigServerInstanceProvider.Function> function, org.springframework.beans.factory.ObjectProvider<org.springframework.cloud.client.discovery.DiscoveryClient> discoveryClient)Constructors in org.springframework.cloud.config.client with parameters of type ConfigServerInstanceProvider.Function Constructor Description ConfigServerInstanceProvider(ConfigServerInstanceProvider.Function function)ConfigServerInstanceProvider(ConfigServerInstanceProvider.Function function, org.springframework.boot.context.properties.bind.Binder binder, org.springframework.boot.context.properties.bind.BindHandler bindHandler)
-