Package | Description |
---|---|
io.vertx.core |
= Vert.x Core Manual
:toc: left
At the heart of Vert.x is a set of Java APIs that we call *Vert.x Core*
https://github.com/eclipse/vert.x[Repository].
|
Modifier and Type | Method and Description |
---|---|
TimeoutStream |
TimeoutStream.endHandler(Handler<Void> endHandler) |
TimeoutStream |
TimeoutStream.exceptionHandler(Handler<Throwable> handler) |
TimeoutStream |
TimeoutStream.handler(Handler<Long> handler) |
TimeoutStream |
TimeoutStream.pause() |
TimeoutStream |
Vertx.periodicStream(long delay)
Returns a periodic timer as a read stream.
|
TimeoutStream |
TimeoutStream.resume() |
TimeoutStream |
Vertx.timerStream(long delay)
Returns a one-shot timer as a read stream.
|
Copyright © 2018. All rights reserved.