|
Change Return Type ContextImpl to ContextInternal in method public getOrCreateContext() : ContextInternal in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Return Type ContextImpl to ContextInternal in method public createWorkerContext(deploymentID String, pool WorkerPool, config JsonObject, tccl ClassLoader) : ContextInternal in class io.vertx.core.impl.VertxInternal |
From |
To |
|
Change Return Type ContextImpl to ContextInternal in method public getContext() : ContextInternal in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Return Type ContextImpl to ContextInternal in method public createWorkerContext(deploymentID String, workerPool WorkerPool, config JsonObject, tccl ClassLoader) : ContextInternal in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Variable Type context : ContextImpl to context : ContextInternal in method public getContext() : ContextInternal in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Variable Type ctx : ContextImpl to ctx : ContextInternal in method public getOrCreateContext() : ContextInternal in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Variable Type context : ContextImpl to context : ContextInternal in method private cleanupNonPeriodic() : void in class io.vertx.core.impl.VertxImpl.InternalTimerHandler |
From |
To |
|
Change Variable Type context : ContextImpl to context : ContextInternal in method public createSharedWorkerExecutor(name String, poolSize int, maxExecuteTime long, maxExecuteTimeUnit TimeUnit) : WorkerExecutorImpl in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Variable Type context : ContextImpl to context : ContextInternal in method public executeBlocking(blockingCodeHandler Handler<Future<T>>, ordered boolean, asyncResultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Variable Type context : ContextImpl to context : ContextInternal in method public executeBlockingInternal(blockingCodeHandler Handler<Future<T>>, resultHandler Handler<AsyncResult<T>>) : void in class io.vertx.core.impl.VertxImpl |
From |
To |
|
Change Variable Type context : ContextImpl to context : ContextInternal in method public runOnContext(task Handler<Void>) : void in class io.vertx.core.impl.VertxImpl |
From |
To |