Class ChaosMonkeyRestTemplatePostProcessor
- java.lang.Object
-
- de.codecentric.spring.boot.chaos.monkey.watcher.outgoing.ChaosMonkeyRestTemplatePostProcessor
-
- All Implemented Interfaces:
org.springframework.beans.factory.config.BeanPostProcessor
public class ChaosMonkeyRestTemplatePostProcessor extends Object implements org.springframework.beans.factory.config.BeanPostProcessor
- Author:
- Marcel Becker
-
-
Constructor Summary
Constructors Constructor Description ChaosMonkeyRestTemplatePostProcessor(ChaosMonkeyRestTemplateCustomizer restTemplateCustomizer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectpostProcessBeforeInitialization(Object bean, String beanName)
-
-
-
Constructor Detail
-
ChaosMonkeyRestTemplatePostProcessor
public ChaosMonkeyRestTemplatePostProcessor(ChaosMonkeyRestTemplateCustomizer restTemplateCustomizer)
-
-
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
-
-