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
class
OkHttpRestTemplateConfigurator
class
SimpleRestTemplateConfigurator
Methods in com.rabbitmq.http.client that return RestTemplateConfigurator Modifier and Type Method Description RestTemplateConfigurator
ClientParameters. getRestTemplateConfigurator()
Methods in com.rabbitmq.http.client with parameters of type RestTemplateConfigurator Modifier and Type Method Description ClientParameters
ClientParameters. restTemplateConfigurator(RestTemplateConfigurator restTemplateConfigurator)
-