Uses of Interface
com.cumulocity.sdk.client.polling.Poller
Packages that use Poller
Package
Description
-
Uses of Poller in com.cumulocity.sdk.client.devicecontrol.autopoll
Classes in com.cumulocity.sdk.client.devicecontrol.autopoll that implement PollerModifier and TypeClassDescriptionclass
This 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.pollingModifier and TypeInterfaceDescriptioninterface
ResultPoller<K>
This interface extendsPoller
functionality providing way of accessing polling result when available.Classes in com.cumulocity.sdk.client.polling that implement PollerModifier and TypeClassDescriptionclass
class
A poller that triggers tasks to execute at a fixed rate.
This class will trigger the defined pollingTask to run at the configured period.