Package io.reactiverse.awssdk
Class VertxExecutor
- java.lang.Object
-
- io.reactiverse.awssdk.VertxExecutor
-
- All Implemented Interfaces:
java.util.concurrent.Executor
public class VertxExecutor extends java.lang.Object implements java.util.concurrent.Executor
Vertx executor that runs the specified command in the current context. Can only work if the runnable is non-blocking
-
-
Constructor Summary
Constructors Constructor Description VertxExecutor(Context context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute(java.lang.Runnable command)
-
-
-
Constructor Detail
-
VertxExecutor
public VertxExecutor(Context context)
-
-