All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sentry.IEnvelopeReader Maven / Gradle / Ivy

package io.sentry;

import java.io.IOException;
import java.io.InputStream;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;

public interface IEnvelopeReader {
  @Nullable
  SentryEnvelope read(@NotNull InputStream stream) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy