public interface Connection
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
default void |
send(SentryEnvelope envelope) |
void |
send(SentryEnvelope event,
@Nullable java.lang.Object hint) |
void send(SentryEnvelope event, @Nullable @Nullable java.lang.Object hint) throws java.io.IOException
java.io.IOExceptiondefault void send(SentryEnvelope envelope) throws java.io.IOException
java.io.IOExceptionvoid close()
throws java.io.IOException
java.io.IOException