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