Uses of Class
de.codecentric.spring.boot.chaos.monkey.configuration.ChaosMonkeySettings
Packages that use ChaosMonkeySettings
Package
Description
-
Uses of ChaosMonkeySettings in de.codecentric.spring.boot.chaos.monkey.assaults
Constructors in de.codecentric.spring.boot.chaos.monkey.assaults with parameters of type ChaosMonkeySettingsModifierConstructorDescriptionCpuAssault(OperatingSystemMXBean os, ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher) ExceptionAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher) KillAppAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher) LatencyAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher) LatencyAssault(ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher, ChaosMonkeyLatencyAssaultExecutor executor) MemoryAssault(Runtime runtime, ChaosMonkeySettings settings, MetricEventPublisher metricEventPublisher) -
Uses of ChaosMonkeySettings in de.codecentric.spring.boot.chaos.monkey.component
Constructors in de.codecentric.spring.boot.chaos.monkey.component with parameters of type ChaosMonkeySettingsModifierConstructorDescriptionChaosMonkeyRequestScope(ChaosMonkeySettings chaosMonkeySettings, List<ChaosMonkeyRequestAssault> assaults, List<ChaosMonkeyAssault> legacyAssaults, MetricEventPublisher metricEventPublisher, ChaosToggles chaosToggles, ChaosToggleNameMapper chaosToggleNameMapper) ChaosMonkeyRuntimeScope(ChaosMonkeySettings chaosMonkeySettings, List<ChaosMonkeyRuntimeAssault> assaults) -
Uses of ChaosMonkeySettings in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration that return ChaosMonkeySettingsMethods in de.codecentric.spring.boot.chaos.monkey.configuration with parameters of type ChaosMonkeySettingsModifier and TypeMethodDescriptionChaosMonkeyConfiguration.chaosMonkeyJmxEndpoint(ChaosMonkeySettings settings) ChaosMonkeyConfiguration.chaosMonkeyRequestScope(List<ChaosMonkeyRequestAssault> chaosMonkeyAssaults, List<ChaosMonkeyAssault> allAssaults, ChaosToggles chaosToggles, ChaosToggleNameMapper chaosToggleNameMapper, ChaosMonkeySettings settings, MetricEventPublisher publisher) ChaosMonkeyConfiguration.chaosMonkeyRestEndpoint(ChaosMonkeySettings settings, ChaosMonkeyRuntimeScope runtimeScope, ChaosMonkeyScheduler scheduler) ChaosMonkeyConfiguration.chaosMonkeyRuntimeScope(ChaosMonkeySettings settings, List<ChaosMonkeyRuntimeAssault> chaosMonkeyAssaults) ChaosMonkeyConfiguration.cpuAssault(ChaosMonkeySettings settings, MetricEventPublisher publisher) ChaosMonkeyConfiguration.exceptionAssault(ChaosMonkeySettings settings, MetricEventPublisher publisher) ChaosMonkeyConfiguration.killAppAssault(ChaosMonkeySettings settings, MetricEventPublisher publisher) ChaosMonkeyConfiguration.latencyAssault(ChaosMonkeySettings settings, MetricEventPublisher publisher) ChaosMonkeyConfiguration.memoryAssault(ChaosMonkeySettings settings, MetricEventPublisher publisher) -
Uses of ChaosMonkeySettings in de.codecentric.spring.boot.chaos.monkey.endpoints
Fields in de.codecentric.spring.boot.chaos.monkey.endpoints declared as ChaosMonkeySettingsModifier and TypeFieldDescriptionprotected final ChaosMonkeySettingsBaseChaosMonkeyEndpoint.chaosMonkeySettingsConstructors in de.codecentric.spring.boot.chaos.monkey.endpoints with parameters of type ChaosMonkeySettingsModifierConstructorDescriptionBaseChaosMonkeyEndpoint(ChaosMonkeySettings chaosMonkeySettings) ChaosMonkeyJmxEndpoint(ChaosMonkeySettings chaosMonkeySettings) ChaosMonkeyRestEndpoint(ChaosMonkeySettings chaosMonkeySettings, ChaosMonkeyRuntimeScope runtimeScope, ChaosMonkeyScheduler scheduler)