Uses of Class
de.codecentric.spring.boot.chaos.monkey.component.ChaosMonkeyScheduler
-
Packages that use ChaosMonkeyScheduler Package Description de.codecentric.spring.boot.chaos.monkey.configuration de.codecentric.spring.boot.chaos.monkey.endpoints -
-
Uses of ChaosMonkeyScheduler in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration that return ChaosMonkeyScheduler Modifier and Type Method Description ChaosMonkeySchedulerChaosMonkeyConfiguration. scheduler(org.springframework.scheduling.TaskScheduler scheduler, List<ChaosMonkeyRuntimeAssault> assaults)Methods in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type ChaosMonkeyScheduler Modifier and Type Method Description ChaosMonkeyRestEndpointChaosMonkeyConfiguration. chaosMonkeyRestEndpoint(ChaosMonkeyRuntimeScope runtimeScope, ChaosMonkeyScheduler scheduler) -
Uses of ChaosMonkeyScheduler in de.codecentric.spring.boot.chaos.monkey.endpoints
Constructors in de.codecentric.spring.boot.chaos.monkey.endpoints with parameters of type ChaosMonkeyScheduler Constructor Description ChaosMonkeyRestEndpoint(ChaosMonkeySettings chaosMonkeySettings, ChaosMonkeyRuntimeScope runtimeScope, ChaosMonkeyScheduler scheduler)
-