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

com.talk2object.plum.interaction.session.SessionManager Maven / Gradle / Ivy

There is a newer version: 0.1.22
Show newest version
package com.talk2object.plum.interaction.session;

import java.util.List;

public interface SessionManager {

	void setDefaultModelClassName(String defaultModelClassName);
	
	List getSessionContextList();

	SessionContext createSession(SessionConfig config);

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy