-
- All Implemented Interfaces:
-
io.sentry.hints.Backfillable,io.sentry.hints.DiskFlushNotification,io.sentry.hints.Flushable,io.sentry.hints.NativeCrashExit
@ApiStatus.Internal() public final class TombstoneIntegration.TombstoneHint extends BlockingFlushHint implements Backfillable, NativeCrashExit
-
-
Constructor Summary
Constructors Constructor Description TombstoneIntegration.TombstoneHint(long flushTimeoutMillis, ILogger logger, long tombstoneTimestamp, boolean shouldEnrich)
-
Method Summary
Modifier and Type Method Description Longtimestamp()booleanshouldEnrich()booleanisFlushable(@Nullable() SentryId eventId)voidsetFlushable(@NotNull() SentryId eventId)-
Methods inherited from class io.sentry.hints.BlockingFlushHint
markFlushed, waitFlush -
Methods inherited from class io.sentry.hints.DiskFlushNotification
isFlushable, setFlushable -
Methods inherited from class io.sentry.hints.Backfillable
shouldEnrich -
Methods inherited from class io.sentry.hints.NativeCrashExit
timestamp -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
shouldEnrich
boolean shouldEnrich()
-
isFlushable
boolean isFlushable(@Nullable() SentryId eventId)
-
setFlushable
void setFlushable(@NotNull() SentryId eventId)
-
-
-
-