public interface StreamBase
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Method and Description | 
|---|---|
StreamBase | 
exceptionHandler(Handler<Throwable> handler)
Set an exception handler. 
 | 
StreamBase | 
getDelegate()  | 
static StreamBase | 
newInstance(StreamBase arg)  | 
StreamBase getDelegate()
StreamBase exceptionHandler(Handler<Throwable> handler)
handler - the handlerstatic StreamBase newInstance(StreamBase arg)
Copyright © 2020 Eclipse. All rights reserved.