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

com.uid2.shared.store.reader.IMetadataVersionedStore Maven / Gradle / Ivy

package com.uid2.shared.store.reader;

import io.vertx.core.json.JsonObject;

public interface IMetadataVersionedStore {
    JsonObject getMetadata() throws Exception;

    long getVersion(JsonObject metadata);

    long loadContent(JsonObject metadata) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy