configure

open fun <T : RestTemplate?> configure(restTemplate: T): T

Configure the provided RestTemplate instance using this builder.

Return

the rest template instance

Parameters

<T>

the type of rest template

restTemplate

the RestTemplate to configure

See also