Uses of Class
de.codecentric.spring.boot.chaos.monkey.configuration.WatcherProperties
Packages that use WatcherProperties
Package
Description
-
Uses of WatcherProperties in de.codecentric.spring.boot.chaos.monkey.configuration
Constructors in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type WatcherPropertiesModifierConstructorDescriptionChaosMonkeyConfiguration(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 WatcherPropertiesModifier and TypeMethodDescriptionBaseChaosMonkeyEndpoint.getWatcherProperties()ChaosMonkeyJmxEndpoint.getWatcherProperties()ChaosMonkeyRestEndpoint.getWatcherProperties() -
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 WatcherPropertiesConstructors in de.codecentric.spring.boot.chaos.monkey.endpoints.dto with parameters of type WatcherPropertiesModifierConstructorDescriptionChaosMonkeySettingsDto(@NotNull ChaosMonkeyProperties chaosMonkeyProperties, @NotNull AssaultProperties assaultProperties, @NotNull WatcherProperties watcherProperties) -
Uses of WatcherProperties in de.codecentric.spring.boot.chaos.monkey.watcher.advice
Constructors in de.codecentric.spring.boot.chaos.monkey.watcher.advice with parameters of type WatcherPropertiesModifierConstructorDescriptionChaosMonkeyBeanPostProcessor(WatcherProperties watcherProperties, ChaosMonkeyRequestScope requestScope, MetricEventPublisher eventPublisher) -
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 WatcherPropertiesModifierConstructorDescriptionChaosMonkeyRestTemplateWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties) ChaosMonkeyWebClientWatcher(ChaosMonkeyRequestScope chaosMonkeyRequestScope, WatcherProperties watcherProperties, AssaultProperties assaultProperties)