Class ChaosMonkeyWebClientCustomizer
java.lang.Object
de.codecentric.spring.boot.chaos.monkey.watcher.outgoing.ChaosMonkeyWebClientCustomizer
- All Implemented Interfaces:
org.springframework.boot.web.reactive.function.client.WebClientCustomizer
public class ChaosMonkeyWebClientCustomizer
extends Object
implements org.springframework.boot.web.reactive.function.client.WebClientCustomizer
-
Constructor Summary
ConstructorsConstructorDescriptionChaosMonkeyWebClientCustomizer(ChaosMonkeyWebClientWatcher chaosMonkeyWebClientWatcher) -
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder)
-
Constructor Details
-
ChaosMonkeyWebClientCustomizer
-
-
Method Details
-
customize
public void customize(org.springframework.web.reactive.function.client.WebClient.Builder webClientBuilder) - Specified by:
customizein interfaceorg.springframework.boot.web.reactive.function.client.WebClientCustomizer
-