Uses of Class
de.codecentric.spring.boot.chaos.monkey.configuration.ChaosMonkeyProperties
Packages that use ChaosMonkeyProperties
Package
Description
-
Uses of ChaosMonkeyProperties in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type ChaosMonkeyPropertiesModifier and TypeMethodDescriptionChaosMonkeyConfiguration.chaosToggleNameMapper(ChaosMonkeyProperties chaosMonkeyProperties) Constructors in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type ChaosMonkeyPropertiesModifierConstructorDescriptionChaosMonkeyConfiguration(ChaosMonkeyProperties chaosMonkeyProperties, WatcherProperties watcherProperties, AssaultProperties assaultProperties) -
Uses of ChaosMonkeyProperties in de.codecentric.spring.boot.chaos.monkey.endpoints.dto
Constructors in de.codecentric.spring.boot.chaos.monkey.endpoints.dto with parameters of type ChaosMonkeyPropertiesModifierConstructorDescriptionChaosMonkeySettingsDto(@NotNull ChaosMonkeyProperties chaosMonkeyProperties, @NotNull AssaultProperties assaultProperties, @NotNull WatcherProperties watcherProperties)