Interface ResultPoller<K>

All Superinterfaces:
Poller
All Known Implementing Classes:
AlteringRateResultPoller

public interface ResultPoller<K> extends Poller
This interface extends Poller functionality providing way of accessing polling result when available.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface com.cumulocity.sdk.client.polling.Poller

    start, stop
  • Method Details

    • startAndPoll

      K startAndPoll()