public class Timer extends Object
CancellationException
.
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Timer> |
__TYPE_ARG |
Constructor and Description |
---|
Timer(Object delegate) |
Timer(Timer delegate) |
Modifier and Type | Method and Description |
---|---|
boolean |
cancel()
Attempt to cancel the timer task, when the timer is cancelled, the timer is
failed with a
CancellationException . |
boolean |
equals(Object o) |
Timer |
getDelegate() |
int |
hashCode() |
static Timer |
newInstance(Timer arg) |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<Timer> __TYPE_ARG
public Timer getDelegate()
public boolean cancel()
CancellationException
.true
when the future was cancelled and the timeout didn't fire.Copyright © 2024 Eclipse. All rights reserved.