public abstract class BlockingAction<T>
extends java.lang.Object
Internal class used to run specific blocking actions on the worker pool.
This class shouldn't be used directlty from user applications.
| Modifier and Type | Field and Description |
|---|---|
protected DefaultContext |
context |
| Constructor and Description |
|---|
BlockingAction(VertxInternal vertx,
Handler<AsyncResult<T>> handler) |
protected DefaultContext context
public BlockingAction(VertxInternal vertx, Handler<AsyncResult<T>> handler)
public void run()
public abstract T action()