Uses of Class
de.codecentric.spring.boot.chaos.monkey.component.ChaosMonkeyRequestScope
-
Packages that use ChaosMonkeyRequestScope Package Description de.codecentric.spring.boot.chaos.monkey.configuration de.codecentric.spring.boot.chaos.monkey.watcher.outgoing -
-
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, ChaosToggles chaosToggles, ChaosToggleNameMapper chaosToggleNameMapper)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)SpringRepositoryAspectJDBCChaosMonkeyConfiguration. repositoryAspectJdbc(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringRepositoryAspectJPAChaosMonkeyConfiguration. repositoryAspectJpa(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringRestControllerAspectChaosMonkeyConfiguration. restControllerAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringServiceAspectChaosMonkeyConfiguration. serviceAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope)SpringBootHealthIndicatorAspectChaosMonkeyConfiguration. springBootHealthIndicatorAspect(ChaosMonkeyRequestScope chaosMonkeyRequestScope) -
Uses of ChaosMonkeyRequestScope in de.codecentric.spring.boot.chaos.monkey.watcher.outgoing
Constructors in de.codecentric.spring.boot.chaos.monkey.watcher.outgoing with parameters of type ChaosMonkeyRequestScope Constructor Description ChaosMonkeyRestTemplateWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)ChaosMonkeyWebClientWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)
-