Uses of Class
org.springframework.cloud.config.server.support.TransportConfigCallbackFactory
-
Packages that use TransportConfigCallbackFactory Package Description org.springframework.cloud.config.server.environment -
-
Uses of TransportConfigCallbackFactory in org.springframework.cloud.config.server.environment
Constructors in org.springframework.cloud.config.server.environment with parameters of type TransportConfigCallbackFactory Constructor Description MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory)Deprecated.MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, Optional<ConfigurableHttpConnectionFactory> connectionFactory, TransportConfigCallbackFactory transportConfigCallbackFactory, GitCredentialsProviderFactory gitCredentialsProviderFactory)MultipleJGitEnvironmentRepositoryFactory(org.springframework.core.env.ConfigurableEnvironment environment, ConfigServerProperties server, TransportConfigCallbackFactory transportConfigCallbackFactory)Deprecated.
-