Package io.vertx.tp.plugin.elasticsearch
Class ElasticSearchInfix
- java.lang.Object
-
- io.vertx.tp.plugin.elasticsearch.ElasticSearchInfix
-
- All Implemented Interfaces:
io.vertx.up.plugin.Infix
@Plugin public class ElasticSearchInfix extends Object implements io.vertx.up.plugin.Infix
- Since:
- 2019/12/28, 16:09
- Author:
- Hongwei
-
-
Constructor Summary
Constructors Constructor Description ElasticSearchInfix()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ElasticSearchClientget()static ElasticSearchClientgetClient()static voidinit(io.vertx.core.Vertx vertx)
-
-
-
Method Detail
-
init
public static void init(io.vertx.core.Vertx vertx)
-
getClient
public static ElasticSearchClient getClient()
-
get
public ElasticSearchClient get()
- Specified by:
getin interfaceio.vertx.up.plugin.Infix
-
-