Package 

Class VertXsKt

  • All Implemented Interfaces:

    
    public final class VertXsKt
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static VertxOptions defaultVertxOptions
      private final static Vertx vertx
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      VertxOptions getDefaultVertxOptions() default vert.x options in Tock.
      void setDefaultVertxOptions(VertxOptions defaultVertxOptions) default vert.x options in Tock.
      final Vertx getVertx()
      final static <T extends Any> Unit blocking(Vertx $self, Function1<Promise<T>, Unit> blockingHandler, Function1<AsyncResult<T>, Unit> resultHandler) Execute a blocking task (with ordered false).
      final static Route blocking(Route $self, Function1<RoutingContext, Unit> handler) Execute a blocking handler on route (with ordered false).
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • setDefaultVertxOptions

         void setDefaultVertxOptions(VertxOptions defaultVertxOptions)

        default vert.x options in Tock.

      • blocking

         final static <T extends Any> Unit blocking(Vertx $self, Function1<Promise<T>, Unit> blockingHandler, Function1<AsyncResult<T>, Unit> resultHandler)

        Execute a blocking task (with ordered false).

      • blocking

         final static Route blocking(Route $self, Function1<RoutingContext, Unit> handler)

        Execute a blocking handler on route (with ordered false).