public class Vertx_GroovyExtension extends Object
Constructor and Description |
---|
Vertx_GroovyExtension() |
Modifier and Type | Method and Description |
---|---|
static DatagramSocket |
createDatagramSocket(Vertx j_receiver,
Map<String,Object> options) |
static HttpClient |
createHttpClient(Vertx j_receiver,
Map<String,Object> options) |
static HttpServer |
createHttpServer(Vertx j_receiver,
Map<String,Object> options) |
static NetClient |
createNetClient(Vertx j_receiver,
Map<String,Object> options) |
static NetServer |
createNetServer(Vertx j_receiver,
Map<String,Object> options) |
static void |
deployVerticle(Vertx j_receiver,
String name,
Map<String,Object> options) |
static void |
deployVerticle(Vertx j_receiver,
String name,
Map<String,Object> options,
Handler<AsyncResult<String>> completionHandler) |
static <T> void |
executeBlocking(Vertx j_receiver,
Handler<Future<Object>> blockingCodeHandler,
boolean ordered,
Handler<AsyncResult<Object>> resultHandler) |
static <T> void |
executeBlocking(Vertx j_receiver,
Handler<Future<Object>> blockingCodeHandler,
Handler<AsyncResult<Object>> resultHandler) |
public static NetServer createNetServer(Vertx j_receiver, Map<String,Object> options)
public static NetClient createNetClient(Vertx j_receiver, Map<String,Object> options)
public static HttpServer createHttpServer(Vertx j_receiver, Map<String,Object> options)
public static HttpClient createHttpClient(Vertx j_receiver, Map<String,Object> options)
public static DatagramSocket createDatagramSocket(Vertx j_receiver, Map<String,Object> options)
public static void deployVerticle(Vertx j_receiver, String name, Map<String,Object> options)
public static void deployVerticle(Vertx j_receiver, String name, Map<String,Object> options, Handler<AsyncResult<String>> completionHandler)
public static <T> void executeBlocking(Vertx j_receiver, Handler<Future<Object>> blockingCodeHandler, boolean ordered, Handler<AsyncResult<Object>> resultHandler)
Copyright © 2017. All rights reserved.