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