Uses of Class
de.codecentric.spring.boot.chaos.monkey.configuration.AssaultProperties
-
-
Uses of AssaultProperties in de.codecentric.spring.boot.chaos.monkey.assaults
Methods in de.codecentric.spring.boot.chaos.monkey.assaults with parameters of type AssaultProperties Modifier and Type Method Description StringChaosMonkeyRuntimeAssault. getCronExpression(AssaultProperties assaultProperties)StringCpuAssault. getCronExpression(AssaultProperties assaultProperties)StringKillAppAssault. getCronExpression(AssaultProperties assaultProperties)StringMemoryAssault. getCronExpression(AssaultProperties 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, List<ChaosMonkeyRuntimeAssault> assaults) -
Uses of AssaultProperties in de.codecentric.spring.boot.chaos.monkey.configuration
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.dto
Methods in de.codecentric.spring.boot.chaos.monkey.endpoints.dto with parameters of type AssaultProperties Modifier and Type Method Description voidAssaultPropertiesUpdate. applyTo(AssaultProperties t)Constructors in de.codecentric.spring.boot.chaos.monkey.endpoints.dto with parameters of type AssaultProperties Constructor Description ChaosMonkeySettingsDto(@NotNull ChaosMonkeyProperties chaosMonkeyProperties, @NotNull AssaultProperties assaultProperties, @NotNull WatcherProperties watcherProperties) -
Uses of AssaultProperties in de.codecentric.spring.boot.chaos.monkey.watcher.outgoing
Constructors in de.codecentric.spring.boot.chaos.monkey.watcher.outgoing with parameters of type AssaultProperties Constructor Description ChaosMonkeyRestTemplateWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)ChaosMonkeyWebClientWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)
-