Java io.vertx.core.impl ContextInternal fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.core.impl ContextInternal fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.core.impl ContextInternal.

The text is from its open source code.

Method

voidexecuteBlocking(Handler> blockingCodeHandler, TaskQueue queue, Handler> resultHandler)
Like #executeBlocking(Handler,boolean,Handler) but uses the queue to order the tasks instead of the internal queue of this context.