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.
Constructor and Description |
---|
BlockingAction(VertxInternal vertx,
AsyncResultHandler handler) |
protected Context context
public BlockingAction(VertxInternal vertx, AsyncResultHandler handler)
public void run()
public abstract T action() throws java.lang.Exception
java.lang.Exception