Interface StreamBase

    • Method Detail

      • 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