Package cambio.simulator.events
package cambio.simulator.events
This package contains events that are scheduled independently from the current state of the simulated system.
-
ClassDescriptionA
ChaosMonkeyEvent
is anExternalEvent
that gets scheduled at the beginning of the experiment.Event that triggers a latency injection.Represents an action during an experiment e.g.An event without any direct effect on the simulation.Events of an experiment that extend this interface are asked to self schedule on the start of the simulation.Represents an event that can do an initial self schedule if asked to.ASimulationEndEvent
is anExternalEvent
that is called upon the end of the simulation.ASummonerMonkeyEvent
is anExternalEvent
that gets scheduled at the begin of the experiment.