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
ConstructorsConstructorDescriptionChaosMonkeyRestTemplatePostProcessor(ChaosMonkeyRestTemplateCustomizer restTemplateCustomizer) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.beans.factory.config.BeanPostProcessor
postProcessAfterInitialization
-
Constructor Details
-
ChaosMonkeyRestTemplatePostProcessor
public ChaosMonkeyRestTemplatePostProcessor(ChaosMonkeyRestTemplateCustomizer restTemplateCustomizer)
-
-
Method Details
-
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
-