- All Implemented Interfaces:
- java.io.Serializable
public class KillSwitchConfiguration
extends java.lang.Object
implements java.io.Serializable
This configuration provides possibilities to disable parts of MoSKito. Even if the authors of the framework
do not understand, why you would disable it, we decided to support it finally.
However, keep in mind, this doesn't remove the code alltogether, but reduces the impact.
For example AOP Pointcut will still be executed, but it will not measure anything. Since AOP style integration is
compile time weaving it can not be removed by a configuration switch.
- Since:
- 2019-03-12 22:23
- Author:
- lrosenberg
- See Also:
- Serialized Form