Interface ChaosMonkeyAssault
-
- All Known Subinterfaces:
ChaosMonkeyRequestAssault,ChaosMonkeyRuntimeAssault
- All Known Implementing Classes:
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