Package io.vertx.tp.plugin.shared
Class MapInfix
- java.lang.Object
-
- io.vertx.tp.plugin.shared.MapInfix
-
-
Constructor Summary
Constructors Constructor Description MapInfix()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description SharedClient<String,Object>get()static SharedClient<String,Object>getClient()static StringgetDefaultName()static voidinit(io.vertx.core.Vertx vertx)
-
-
-
Method Detail
-
init
public static void init(io.vertx.core.Vertx vertx)
-
getClient
public static SharedClient<String,Object> getClient()
-
getDefaultName
public static String getDefaultName()
-
get
public SharedClient<String,Object> get()
-
-