Package io.sentry.cache
Interface IEnvelopeCache
- All Superinterfaces:
Iterable<SentryEnvelope>
- All Known Implementing Classes:
EnvelopeCache,NoOpEnvelopeCache
-
Method Summary
Modifier and TypeMethodDescriptionvoiddiscard(@NotNull SentryEnvelope envelope) default voidstore(@NotNull SentryEnvelope envelope) Deprecated.voidstore(@NotNull SentryEnvelope envelope, @NotNull Hint hint) Deprecated.default booleanstoreEnvelope(@NotNull SentryEnvelope envelope, @NotNull Hint hint) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
store
Deprecated. -
storeEnvelope
default boolean storeEnvelope(@NotNull @NotNull SentryEnvelope envelope, @NotNull @NotNull Hint hint) -
store
Deprecated. -
discard
-