@ConfigurationProperties(prefix="chaos.monkey.assaults") @Validated public class AssaultProperties extends Object
| Constructor and Description |
|---|
AssaultProperties() |
| Modifier and Type | Method and Description |
|---|---|
int |
chooseAssault(int amount) |
AssaultException |
getException() |
int |
getTroubleRandom() |
boolean |
isWatchedCustomServicesActive() |
void |
setException(AssaultException exception) |
public AssaultException getException()
public void setException(AssaultException exception)
public int getTroubleRandom()
public int chooseAssault(int amount)
public boolean isWatchedCustomServicesActive()
Copyright © 2019 codecentric AG. All rights reserved.