Interface ThreadScheduler

All Superinterfaces:
ThreadExecutor
All Known Implementing Classes:
SingleThreadCachedScheduler

public interface ThreadScheduler extends ThreadExecutor
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    schedule​(Runnable task, long millisecondsDelay)
     

    Methods inherited from interface com.adjust.sdk.scheduler.ThreadExecutor

    submit, teardown
  • Method Details

    • schedule

      void schedule(Runnable task, long millisecondsDelay)