Interface StreamBase

    • Method Detail

      • getDelegate

        StreamBase getDelegate()
        Specified by:
        getDelegate in interface io.vertx.lang.rx.RxDelegate
      • exceptionHandler

        StreamBase exceptionHandler​(Handler<Throwable> handler)
        Set an exception handler.
        Parameters:
        handler - the handler
        Returns:
        a reference to this, so the API can be used fluently