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

    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)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.springframework.web.reactive.function.client.ExchangeFilterFunction

    andThen, apply
  • Constructor Details

  • Method Details

    • 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:
      filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction