Uses of Class
de.codecentric.spring.boot.chaos.monkey.configuration.AssaultProperties
Packages that use AssaultProperties
Package
Description
-
Uses of AssaultProperties in de.codecentric.spring.boot.chaos.monkey.assaults
Methods in de.codecentric.spring.boot.chaos.monkey.assaults with parameters of type AssaultPropertiesModifier and TypeMethodDescriptionChaosMonkeyRuntimeAssault.getCronExpression(AssaultProperties assaultProperties) CpuAssault.getCronExpression(AssaultProperties assaultProperties) KillAppAssault.getCronExpression(AssaultProperties assaultProperties) MemoryAssault.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 AssaultPropertiesModifierConstructorDescriptionChaosMonkeyScheduler(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 AssaultPropertiesModifierConstructorDescriptionChaosMonkeyConfiguration(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 AssaultPropertiesConstructors in de.codecentric.spring.boot.chaos.monkey.endpoints.dto with parameters of type AssaultPropertiesModifierConstructorDescriptionChaosMonkeySettingsDto(@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 AssaultPropertiesModifierConstructorDescriptionChaosMonkeyRestTemplateWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties) ChaosMonkeyWebClientWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)