Uses of Class
de.codecentric.spring.boot.chaos.monkey.endpoints.dto.AssaultPropertiesUpdate
-
-
Uses of AssaultPropertiesUpdate in de.codecentric.spring.boot.chaos.monkey.configuration
Methods in de.codecentric.spring.boot.chaos.monkey.configuration that return AssaultPropertiesUpdate Modifier and Type Method Description AssaultPropertiesUpdateAssaultProperties. toDto() -
Uses of AssaultPropertiesUpdate in de.codecentric.spring.boot.chaos.monkey.endpoints
Methods in de.codecentric.spring.boot.chaos.monkey.endpoints that return AssaultPropertiesUpdate Modifier and Type Method Description AssaultPropertiesUpdateChaosMonkeyJmxEndpoint. getAssaultProperties()AssaultPropertiesUpdateChaosMonkeyRestEndpoint. getAssaultSettings()Methods in de.codecentric.spring.boot.chaos.monkey.endpoints with parameters of type AssaultPropertiesUpdate Modifier and Type Method Description org.springframework.http.ResponseEntity<String>ChaosMonkeyRestEndpoint. 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 AssaultPropertiesUpdate Modifier and Type Method Description booleanAssaultPropertiesUpdateLatencyRangeValidator. isValid(AssaultPropertiesUpdate properties, javax.validation.ConstraintValidatorContext constraintValidatorContext)
-