Class ChaosMonkeyRestTemplateCustomizer
java.lang.Object
de.codecentric.spring.boot.chaos.monkey.watcher.outgoing.ChaosMonkeyRestTemplateCustomizer
- All Implemented Interfaces:
org.springframework.boot.web.client.RestTemplateCustomizer
public class ChaosMonkeyRestTemplateCustomizer
extends Object
implements org.springframework.boot.web.client.RestTemplateCustomizer
- Author:
- Marcel Becker
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.web.client.RestTemplate restTemplate)
-
Constructor Details
-
ChaosMonkeyRestTemplateCustomizer
-
-
Method Details
-
customize
public void customize(org.springframework.web.client.RestTemplate restTemplate) - Specified by:
customizein interfaceorg.springframework.boot.web.client.RestTemplateCustomizer
-