Class ChaosMonkeyWebClientPostProcessor
- java.lang.Object
-
- de.codecentric.spring.boot.chaos.monkey.watcher.outgoing.ChaosMonkeyWebClientPostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class ChaosMonkeyWebClientPostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
- Author:
- Marcel Becker
-
-
Constructor Summary
Constructors Constructor Description ChaosMonkeyWebClientPostProcessor(ChaosMonkeyWebClientWatcher filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectpostProcessBeforeInitialization(Object bean, String beanName)
-
-
-
Constructor Detail
-
ChaosMonkeyWebClientPostProcessor
public ChaosMonkeyWebClientPostProcessor(ChaosMonkeyWebClientWatcher filter)
-
-
Method Detail
-
postProcessBeforeInitialization
public Object postProcessBeforeInitialization(Object bean, String beanName) throws org.springframework.beans.BeansException
- Specified by:
postProcessBeforeInitializationin interfaceorg.springframework.beans.factory.config.BeanPostProcessor- Throws:
org.springframework.beans.BeansException
-
-