Uses of Class
de.codecentric.spring.boot.chaos.monkey.component.ChaosTarget
-
Packages that use ChaosTarget Package Description de.codecentric.spring.boot.chaos.monkey.component de.codecentric.spring.boot.chaos.monkey.configuration.toggles -
-
Uses of ChaosTarget in de.codecentric.spring.boot.chaos.monkey.component
Methods in de.codecentric.spring.boot.chaos.monkey.component that return ChaosTarget Modifier and Type Method Description static ChaosTargetChaosTarget. valueOf(String name)Returns the enum constant of this type with the specified name.static ChaosTarget[]ChaosTarget. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.codecentric.spring.boot.chaos.monkey.component with parameters of type ChaosTarget Modifier and Type Method Description voidChaosMonkeyRequestScope. 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 ChaosTarget Modifier and Type Method Description StringChaosToggleNameMapper. mapName(ChaosTarget type, String name)StringDefaultChaosToggleNameMapper. mapName(ChaosTarget type, String name)
-