All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.sinri.keel.elasticsearch.index.ESIndexCreateResponse Maven / Gradle / Ivy

Go to download

A website framework with VERT.X for ex-PHP-ers, exactly Ark Framework Users.

The newest version!
package io.github.sinri.keel.elasticsearch.index;

import io.github.sinri.keel.core.json.SimpleJsonifiableEntity;
import io.vertx.core.json.JsonObject;

public class ESIndexCreateResponse extends SimpleJsonifiableEntity {
    public ESIndexCreateResponse(JsonObject jsonObject) {
        super(jsonObject);
    }

    // TODO
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy