Uses of Class
de.codecentric.spring.boot.chaos.monkey.configuration.WatcherProperties
-
Packages that use WatcherProperties Package Description de.codecentric.spring.boot.chaos.monkey.configuration de.codecentric.spring.boot.chaos.monkey.endpoints -
-
Uses of WatcherProperties in de.codecentric.spring.boot.chaos.monkey.configuration
Constructors in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type WatcherProperties Constructor Description ChaosMonkeyConfiguration(ChaosMonkeyProperties chaosMonkeyProperties, WatcherProperties watcherProperties, AssaultProperties assaultProperties) -
Uses of WatcherProperties in de.codecentric.spring.boot.chaos.monkey.endpoints
Methods in de.codecentric.spring.boot.chaos.monkey.endpoints that return WatcherProperties Modifier and Type Method Description WatcherPropertiesChaosMonkeyJmxEndpoint. getWatcherProperties()WatcherPropertiesChaosMonkeyRestEndpoint. getWatcherSettings()Methods in de.codecentric.spring.boot.chaos.monkey.endpoints with parameters of type WatcherProperties Modifier and Type Method Description voidWatcherPropertiesUpdate. applyTo(WatcherProperties t)
-