Uses of Enum Class
de.codecentric.spring.boot.chaos.monkey.component.ChaosTarget
Packages that use ChaosTarget
Package
Description
-
Uses of ChaosTarget in de.codecentric.spring.boot.chaos.monkey.component
Methods in de.codecentric.spring.boot.chaos.monkey.component that return ChaosTargetModifier and TypeMethodDescriptionstatic ChaosTargetReturns the enum constant of this class with the specified name.static ChaosTarget[]ChaosTarget.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.codecentric.spring.boot.chaos.monkey.component with parameters of type ChaosTargetModifier and TypeMethodDescriptionvoidChaosMonkeyRequestScope.callChaosMonkey(ChaosTarget type, String simpleName) -
Uses of ChaosTarget in de.codecentric.spring.boot.chaos.monkey.configuration.toggles
Methods in de.codecentric.spring.boot.chaos.monkey.configuration.toggles with parameters of type ChaosTargetModifier and TypeMethodDescriptionChaosToggleNameMapper.mapName(ChaosTarget type, String name) DefaultChaosToggleNameMapper.mapName(ChaosTarget type, String name) -
Uses of ChaosTarget in de.codecentric.spring.boot.chaos.monkey.watcher.advice
Constructors in de.codecentric.spring.boot.chaos.monkey.watcher.advice with parameters of type ChaosTargetModifierConstructorDescriptionChaosMonkeyDefaultAdvice(ChaosMonkeyRequestScope chaosMonkeyRequestScope, MetricEventPublisher metricEventPublisher, ChaosTarget target, BooleanSupplier isEnabled)