Package io.sentry.transport
Class NoOpEnvelopeCache
java.lang.Object
io.sentry.transport.NoOpEnvelopeCache
- All Implemented Interfaces:
IEnvelopeCache
,Iterable<SentryEnvelope>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
discard
(@NotNull SentryEnvelope envelope) static NoOpEnvelopeCache
@NotNull Iterator<SentryEnvelope>
iterator()
void
store
(@NotNull SentryEnvelope envelope, @NotNull Hint hint) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.sentry.cache.IEnvelopeCache
store
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
NoOpEnvelopeCache
public NoOpEnvelopeCache()
-
-
Method Details
-
getInstance
-
store
- Specified by:
store
in interfaceIEnvelopeCache
-
discard
- Specified by:
discard
in interfaceIEnvelopeCache
-
iterator
- Specified by:
iterator
in interfaceIterable<SentryEnvelope>
-