All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.databricks.sdk.core.utils.Timer Maven / Gradle / Ivy

There is a newer version: 0.35.0
Show newest version
package com.databricks.sdk.core.utils;

public interface Timer {
  void sleep(long milliseconds) throws InterruptedException;

  long getCurrentTime();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy