Package io.vertx.up.runtime
Class ZeroGrid
- java.lang.Object
-
- io.vertx.up.runtime.ZeroGrid
-
public class ZeroGrid extends Object
Resource ZeroPack for yml configuration, Loaded once
-
-
Constructor Summary
Constructors Constructor Description ZeroGrid()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.vertx.core.ClusterOptionsgetClusterOption()static ConcurrentMap<Integer,io.vertx.core.ServidorOptions>getRpcOptions()static ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>getRxOptions()static ConcurrentMap<Integer,String>getServerNames()static ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>getServerOptions()static ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions>getSockOptions()static ConcurrentMap<String,io.vertx.core.VertxOptions>getVertxOptions()
-
-
-
Method Detail
-
getVertxOptions
public static ConcurrentMap<String,io.vertx.core.VertxOptions> getVertxOptions()
-
getServerOptions
public static ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> getServerOptions()
-
getServerNames
public static ConcurrentMap<Integer,String> getServerNames()
-
getRxOptions
public static ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> getRxOptions()
-
getRpcOptions
public static ConcurrentMap<Integer,io.vertx.core.ServidorOptions> getRpcOptions()
-
getSockOptions
public static ConcurrentMap<Integer,io.vertx.core.http.HttpServerOptions> getSockOptions()
-
getClusterOption
public static io.vertx.core.ClusterOptions getClusterOption()
-
-