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

stream.runtime.ApplicationContext Maven / Gradle / Ivy

The newest version!
/**
 * 
 */
package stream.runtime;

import stream.Context;
import stream.service.NamingService;

/**
 * An application context provides a general context and the functionality of a
 * naming service on top.
 * 
 * @author Christian Bockermann
 *
 */
public interface ApplicationContext extends Context, NamingService {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy