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

org.bdware.doip.audit.config.ConfigStorage Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
package org.bdware.doip.audit.config;

import com.google.gson.JsonObject;
import org.bdware.doip.audit.EndpointConfig;

public interface ConfigStorage {
    JsonObject load();

    EndpointConfig loadAsEndpointConfig();

    void store(JsonObject jsonObject);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy