public interface IEnvelopeCache extends java.lang.Iterable<SentryEnvelope>
Modifier and Type | Method and Description |
---|---|
void |
discard(SentryEnvelope envelope) |
default void |
store(SentryEnvelope envelope) |
void |
store(SentryEnvelope envelope,
@Nullable java.lang.Object hint) |
void store(SentryEnvelope envelope, @Nullable @Nullable java.lang.Object hint)
default void store(SentryEnvelope envelope)
void discard(SentryEnvelope envelope)