Package 

Class ManagedPeriodicTask

  • All Implemented Interfaces:
    co.elastic.apm.android.sdk.internal.services.periodicwork.PeriodicTask

    
    public abstract class ManagedPeriodicTask
     implements PeriodicTask
                        
    • Method Summary

      Modifier and Type Method Description
      final void runTask() Runs only if shouldRunTask returs true.
      final boolean shouldRunTask() Indicates whether this task should run as part of the ongoing PeriodicWorkService iterationor not.
      • Methods inherited from class co.elastic.apm.android.sdk.internal.services.periodicwork.PeriodicTask

        isTaskFinished
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ManagedPeriodicTask

        ManagedPeriodicTask()