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

io.sentry.transport.ICurrentDateProvider Maven / Gradle / Ivy

There is a newer version: 8.0.0-rc.4
Show newest version
package io.sentry.transport;

import org.jetbrains.annotations.ApiStatus;

/** Date Provider to make the Transport unit testable */
@ApiStatus.Internal
public interface ICurrentDateProvider {

  /**
   * Returns the current time in millis
   *
   * @return the time in millis
   */
  long getCurrentTimeMillis();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy