public final class StdoutTransport extends java.lang.Object implements ITransport
| Constructor and Description |
|---|
StdoutTransport(@NotNull ISerializer serializer) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isRetryAfter(java.lang.String type) |
TransportResult |
send(@NotNull SentryEnvelope envelope) |
public StdoutTransport(@NotNull
@NotNull ISerializer serializer)
public boolean isRetryAfter(java.lang.String type)
isRetryAfter in interface ITransportpublic TransportResult send(@NotNull @NotNull SentryEnvelope envelope) throws java.io.IOException
send in interface ITransportjava.io.IOExceptionpublic void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseable