Uses of Interface
com.cumulocity.sdk.client.polling.Poller
-
Packages that use Poller Package Description com.cumulocity.sdk.client.devicecontrol.autopoll com.cumulocity.sdk.client.polling -
-
Uses of Poller in com.cumulocity.sdk.client.devicecontrol.autopoll
Classes in com.cumulocity.sdk.client.devicecontrol.autopoll that implement Poller Modifier and Type Class Description classOperationsByAgentAndStatusPollerImplThis class is an implementation of OperationsPollerInterface, its responsibility is to poll device control REST API for operations for given agent id. -
Uses of Poller in com.cumulocity.sdk.client.polling
Subinterfaces of Poller in com.cumulocity.sdk.client.polling Modifier and Type Interface Description interfaceResultPoller<K>This interface extendsPollerfunctionality providing way of accessing polling result when available.Classes in com.cumulocity.sdk.client.polling that implement Poller Modifier and Type Class Description classAlteringRateResultPoller<K>classFixedRatePollerA poller that triggers tasks to execute at a fixed rate.
This class will trigger the defined pollingTask to run at the configured period.
-