Class DefaultChaosToggleNameMapper
java.lang.Object
de.codecentric.spring.boot.chaos.monkey.configuration.toggles.DefaultChaosToggleNameMapper
- All Implemented Interfaces:
ChaosToggleNameMapper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
togglePrefix
-
-
Constructor Details
-
DefaultChaosToggleNameMapper
-
-
Method Details
-
mapName
- Specified by:
mapNamein interfaceChaosToggleNameMapper- Parameters:
type- ChaosType (controller, repository, etc)name- Name of item being assaulted (a method class and method name for example)- Returns:
- the toggle name to be switched
-