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
  • Constructor Details

    • EsAmbitDelete

      public EsAmbitDelete(String index, io.vertx.core.json.JsonObject options)
  • Method Details

    • process

      public io.vertx.core.json.JsonObject process(String documentId, io.vertx.core.json.JsonObject body)
      Specified by:
      process in interface EsAmbit
    • process

      public Boolean process(io.vertx.core.json.JsonArray data, String idField)
      Specified by:
      process in interface EsAmbit