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