public interface ISampler
| Modifier and Type | Method and Description |
|---|---|
void |
sample(IMonitoringController monitoringController)
Triggers this
ISampler to perform a measurement and to pass the data to the given IMonitoringController. |
void sample(IMonitoringController monitoringController) throws java.lang.Exception
ISampler to perform a measurement and to pass the data to the given IMonitoringController.monitoringController - The controller to which the sampler should pass the data.java.lang.Exception - thrown to indicate an error.Copyright 2017 Kieker Project, http://kieker-monitoring.net