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