Interface ChaosMonkeyAssault
-
- All Known Subinterfaces:
ChaosMonkeyRequestAssault,ChaosMonkeyRuntimeAssault
- All Known Implementing Classes:
CpuAssault,ExceptionAssault,KillAppAssault,LatencyAssault,MemoryAssault
public interface ChaosMonkeyAssaultA way to interfere with the application. Implementations will be eitherChaosMonkeyRuntimeAssaultorChaosMonkeyRequestAssault, depending if the interference is on the request or runtime level.Implementing this interface directly is discouraged, and will generally be treated as a Request-level assault
- Author:
- Thorsten Deelmann
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattack()booleanisActive()
-