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

io.elastic.api.DynamicMetadataProvider Maven / Gradle / Ivy

There is a newer version: 4.0.3
Show newest version
package io.elastic.api;


import javax.json.JsonObject;

/**
 * Interface to be implemented by components which want to provide dynamic metadata.
 */
public interface DynamicMetadataProvider {

    /**
     * Allows a component to provide dynamic metadata.
     *
     * @param configuration data needed to execute the method
     * @return The JSON schema representing the meta model for this component
     */
    JsonObject getMetaModel(JsonObject configuration);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy