Class 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
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execute​(java.lang.Runnable command)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VertxExecutor

        public VertxExecutor​(Context context)
    • Method Detail

      • execute

        public void execute​(java.lang.Runnable command)
        Specified by:
        execute in interface java.util.concurrent.Executor