ClientConfig

@Configuration
class ClientConfig

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
@Bean(name = ["webRestTemplate"])
fun restTemplate(restTemplateBuilder: RestTemplateBuilder, @Value(value = "${web.client.timeout.connect}") connectTimeout: Int, @Value(value = "${web.client.timeout.read}") readTimeout: Int): RestTemplate