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

io.github.butkoprojects.bots.util.session.BotSession Maven / Gradle / Ivy

package io.github.butkoprojects.bots.util.session;

/**
 * Interface that defines bot session interface.
 */
public interface BotSession {

    void addToSession( String key, String value );

    String getFromSession( String key );
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy