stream.data.storage.DataService Maven / Gradle / Ivy
package stream.data.storage;
import java.io.Serializable;
import stream.service.Service;
/**
* @author Hendrik Blom
*
*/
public interface DataService extends Service {
public T getData(String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy