Uses of Interface
com.rabbitmq.http.client.RestTemplateConfigurator
-
Packages that use RestTemplateConfigurator Package Description com.rabbitmq.http.client -
-
Uses of RestTemplateConfigurator in com.rabbitmq.http.client
Classes in com.rabbitmq.http.client that implement RestTemplateConfigurator Modifier and Type Class Description class
HttpComponentsRestTemplateConfigurator
Deprecated, for removal: This API element is subject to removal in a future version.class
OkHttpRestTemplateConfigurator
Deprecated, for removal: This API element is subject to removal in a future version.class
SimpleRestTemplateConfigurator
Deprecated, for removal: This API element is subject to removal in a future version.Methods in com.rabbitmq.http.client that return RestTemplateConfigurator Modifier and Type Method Description RestTemplateConfigurator
ClientParameters. getRestTemplateConfigurator()
Deprecated, for removal: This API element is subject to removal in a future version.useClientParameters.httpLayerFactory
insteadMethods in com.rabbitmq.http.client with parameters of type RestTemplateConfigurator Modifier and Type Method Description ClientParameters
ClientParameters. restTemplateConfigurator(RestTemplateConfigurator restTemplateConfigurator)
Deprecated, for removal: This API element is subject to removal in a future version.useClientParameters.httpLayerFactory
instead
-