Interface IEnvelopeCache

All Superinterfaces:
Iterable<SentryEnvelope>
All Known Implementing Classes:
EnvelopeCache, NoOpEnvelopeCache

public interface IEnvelopeCache extends Iterable<SentryEnvelope>
  • Method Details

    • store

      void store(@NotNull @NotNull SentryEnvelope envelope, @NotNull @NotNull Hint hint)
    • store

      default void store(@NotNull @NotNull SentryEnvelope envelope)
    • discard

      void discard(@NotNull @NotNull SentryEnvelope envelope)