Package io.vertx.tp.plugin.elasticsearch
Class EsAmbitDelete
- java.lang.Object
-
- io.vertx.tp.plugin.elasticsearch.AbstractEsClient
-
- io.vertx.tp.plugin.elasticsearch.EsAmbitDelete
-
- All Implemented Interfaces:
EsAmbit
public class EsAmbitDelete extends AbstractEsClient implements EsAmbit
- Author:
- Lang
-
-
Field Summary
-
Fields inherited from class io.vertx.tp.plugin.elasticsearch.AbstractEsClient
helper
-
-
Constructor Summary
Constructors Constructor Description EsAmbitDelete(String index, io.vertx.core.json.JsonObject options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Booleanprocess(io.vertx.core.json.JsonArray data, String idField)io.vertx.core.json.JsonObjectprocess(String documentId, io.vertx.core.json.JsonObject body)-
Methods inherited from class io.vertx.tp.plugin.elasticsearch.AbstractEsClient
client, doBatch, getString, logger, toDocument
-
-
-
-
Constructor Detail
-
EsAmbitDelete
public EsAmbitDelete(String index, io.vertx.core.json.JsonObject options)
-
-