Uses of Class
de.codecentric.spring.boot.chaos.monkey.configuration.AssaultProperties
-
-
Uses of AssaultProperties in de.codecentric.spring.boot.chaos.monkey.component
Constructors in de.codecentric.spring.boot.chaos.monkey.component with parameters of type AssaultProperties Constructor Description ChaosMonkeyScheduler(org.springframework.scheduling.config.ScheduledTaskRegistrar scheduler, AssaultProperties config, ChaosMonkeyRuntimeScope runtimeScope) -
Uses of AssaultProperties in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type AssaultProperties Modifier and Type Method Description booleanAssaultPropertiesLatencyRangeValidator. isValid(AssaultProperties assaultProperties, javax.validation.ConstraintValidatorContext constraintValidatorContext)Constructors in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type AssaultProperties Constructor Description ChaosMonkeyConfiguration(ChaosMonkeyProperties chaosMonkeyProperties, WatcherProperties watcherProperties, AssaultProperties assaultProperties) -
Uses of AssaultProperties in de.codecentric.spring.boot.chaos.monkey.endpoints
Methods in de.codecentric.spring.boot.chaos.monkey.endpoints that return AssaultProperties Modifier and Type Method Description AssaultPropertiesChaosMonkeyJmxEndpoint. getAssaultProperties()AssaultPropertiesChaosMonkeyRestEndpoint. getAssaultSettings()Methods in de.codecentric.spring.boot.chaos.monkey.endpoints with parameters of type AssaultProperties Modifier and Type Method Description voidAssaultPropertiesUpdate. applyTo(AssaultProperties t)
-