mirror of
https://github.com/jlengrand/vert.x.git
synced 2026-03-10 08:51:19 +00:00
@@ -251,12 +251,12 @@ public interface ContextInternal extends Context, Executor {
|
||||
ContextInternal duplicate();
|
||||
|
||||
/**
|
||||
* Like {@link Vertx#setPeriodic(long, Handler)} except the periodic timer will fire on this comtext.
|
||||
* Like {@link Vertx#setPeriodic(long, Handler)} except the periodic timer will fire on this context.
|
||||
*/
|
||||
long setPeriodic(long delay, Handler<Long> handler);
|
||||
|
||||
/**
|
||||
* Like {@link Vertx#setTimer(long, Handler)} except the timer will fire on this comtext.
|
||||
* Like {@link Vertx#setTimer(long, Handler)} except the timer will fire on this context.
|
||||
*/
|
||||
long setTimer(long delay, Handler<Long> handler);
|
||||
|
||||
|
||||
@@ -67,8 +67,6 @@ public interface VertxInternal extends Vertx {
|
||||
|
||||
Transport transport();
|
||||
|
||||
long scheduleTimeout(ContextInternal context, Handler<Long> handler, long delay, boolean periodic);
|
||||
|
||||
/**
|
||||
* Get the current context
|
||||
* @return the context
|
||||
|
||||
Reference in New Issue
Block a user