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

stream.data.storage.DataService Maven / Gradle / Ivy

There is a newer version: 0.9.10
Show newest version
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