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) voidstore(@NotNull SentryEnvelope envelope, @NotNull Hint hint) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
store
-
store
-
discard
-