Class ChaosMonkeyWebClientWatcher
- java.lang.Object
-
- de.codecentric.spring.boot.chaos.monkey.watcher.outgoing.ChaosMonkeyWebClientWatcher
-
- All Implemented Interfaces:
org.springframework.web.reactive.function.client.ExchangeFilterFunction
public class ChaosMonkeyWebClientWatcher extends Object implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
- Author:
- Marcel Becker
-
-
Constructor Summary
Constructors Constructor Description ChaosMonkeyWebClientWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse>filter(org.springframework.web.reactive.function.client.ClientRequest clientRequest, org.springframework.web.reactive.function.client.ExchangeFunction exchangeFunction)
-
-
-
Constructor Detail
-
ChaosMonkeyWebClientWatcher
public ChaosMonkeyWebClientWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)
-
-
Method Detail
-
filter
public reactor.core.publisher.Mono<org.springframework.web.reactive.function.client.ClientResponse> filter(org.springframework.web.reactive.function.client.ClientRequest clientRequest, org.springframework.web.reactive.function.client.ExchangeFunction exchangeFunction)- Specified by:
filterin interfaceorg.springframework.web.reactive.function.client.ExchangeFilterFunction
-
-