Interface StreamBase

    • Method Detail

      • getDelegate

        io.vertx.core.streams.StreamBase getDelegate()
      • exceptionHandler

        StreamBase exceptionHandler​(Consumer<Throwable> handler)
        Parameters:
        handler - the handler
        Returns:
        a reference to this, so the API can be used fluently
      • newInstance

        static StreamBase newInstance​(io.vertx.core.streams.StreamBase arg)