-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hallo,
how could I please set timeouts in the client?
@Bean
public OpenWeatherMapClient openWeatherClient() {
OpenWeatherMapClient openWeatherClient = new OpenWeatherMapClient(KEY);
openWeatherClient.setReadTimeout(1000L);//<---this is missing
openWeatherClient.setConnectTimeout(1000L);//<---this is missing
return openWeatherClient;
}
Thanks.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request