Class OperationsByAgentAndStatusPollerImpl

java.lang.Object
com.cumulocity.sdk.client.polling.FixedRatePoller
com.cumulocity.sdk.client.devicecontrol.autopoll.OperationsByAgentAndStatusPollerImpl
All Implemented Interfaces:
Poller

public class OperationsByAgentAndStatusPollerImpl extends FixedRatePoller
This class is an implementation of OperationsPollerInterface, its responsibility is to poll device control REST API for operations for given agent id. These operations are fetched and added to queue and there is a thread, which is polling operations from this queue and process them (using Poller interface implementation).