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