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

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

package com.uid2.shared.store.reader;

import com.uid2.shared.store.CloudPath;
import io.vertx.core.json.JsonObject;

public interface StoreReader extends IMetadataVersionedStore {
    T getAll();
    void loadContent() throws Exception;
    JsonObject getMetadata() throws Exception;
    CloudPath getMetadataPath();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy