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

io.sentry.hints.Retryable Maven / Gradle / Ivy

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

public interface Retryable {
  boolean isRetry();

  void setRetry(boolean retry);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy