Uses of Class
de.codecentric.spring.boot.chaos.monkey.component.ChaosMonkeyRequestScope
-
Packages that use ChaosMonkeyRequestScope Package Description de.codecentric.spring.boot.chaos.monkey.configuration -
-
Uses of ChaosMonkeyRequestScope in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration that return ChaosMonkeyRequestScope Modifier and Type Method Description ChaosMonkeyRequestScopeChaosMonkeyConfiguration. chaosMonkeyRequestScope(List<ChaosMonkeyRequestAssault> chaosMonkeyAssaults, List<ChaosMonkeyAssault> allAssaults)Methods in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type ChaosMonkeyRequestScope Modifier and Type Method Description SpringComponentAspectChaosMonkeyConfiguration. componentAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringControllerAspectChaosMonkeyConfiguration. controllerAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringRepositoryAspectChaosMonkeyConfiguration. repositoryAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringRestControllerAspectChaosMonkeyConfiguration. restControllerAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringServiceAspectChaosMonkeyConfiguration. serviceAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope)
-