public class MeasurementFixedRatePoller
extends FixedRatePoller
Starts a regular poller that adds measurement operation requests to the
operations queue at a regular interval. Note: this only adds the request -
processing the request must be handled by a concrete OperationProcessor.