Uses of Class
de.codecentric.spring.boot.chaos.monkey.endpoints.dto.AssaultPropertiesUpdate
Packages that use AssaultPropertiesUpdate
Package
Description
-
Uses of AssaultPropertiesUpdate in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration that return AssaultPropertiesUpdate -
Uses of AssaultPropertiesUpdate in de.codecentric.spring.boot.chaos.monkey.endpoints
Methods in de.codecentric.spring.boot.chaos.monkey.endpoints that return AssaultPropertiesUpdateModifier and TypeMethodDescriptionBaseChaosMonkeyEndpoint.getAssaultProperties()ChaosMonkeyJmxEndpoint.getAssaultProperties()ChaosMonkeyRestEndpoint.getAssaultProperties()Methods in de.codecentric.spring.boot.chaos.monkey.endpoints with parameters of type AssaultPropertiesUpdateModifier and TypeMethodDescriptionChaosMonkeyRestEndpoint.updateAssaultProperties(AssaultPropertiesUpdate assaultProperties) -
Uses of AssaultPropertiesUpdate in de.codecentric.spring.boot.chaos.monkey.endpoints.dto.validation
Methods in de.codecentric.spring.boot.chaos.monkey.endpoints.dto.validation with parameters of type AssaultPropertiesUpdateModifier and TypeMethodDescriptionbooleanAssaultPropertiesUpdateLatencyRangeValidator.isValid(AssaultPropertiesUpdate properties, jakarta.validation.ConstraintValidatorContext constraintValidatorContext)