Class StdoutTransport

  • All Implemented Interfaces:
    ITransport, java.io.Closeable, java.lang.AutoCloseable

    public final class StdoutTransport
    extends java.lang.Object
    implements ITransport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      void flush​(long timeoutMillis)
      Flushes events queued up, but keeps the client enabled.
      void send​(@NotNull SentryEnvelope envelope, @Nullable java.lang.Object hint)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StdoutTransport

        public StdoutTransport​(@NotNull
                               @NotNull ISerializer serializer)
    • Method Detail

      • send

        public void send​(@NotNull
                         @NotNull SentryEnvelope envelope,
                         @Nullable
                         @Nullable java.lang.Object hint)
                  throws java.io.IOException
        Specified by:
        send in interface ITransport
        Throws:
        java.io.IOException
      • flush

        public void flush​(long timeoutMillis)
        Description copied from interface: ITransport
        Flushes events queued up, but keeps the client enabled. Not implemented yet.
        Specified by:
        flush in interface ITransport
        Parameters:
        timeoutMillis - time in milliseconds
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
        Specified by:
        close in interface java.io.Closeable