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

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

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

import io.sentry.protocol.SentryId;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public interface DiskFlushNotification {
  void markFlushed();

  boolean isFlushable(@Nullable SentryId eventId);

  void setFlushable(@NotNull SentryId eventId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy