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

org.gmjm.slack.api.command.SlackCommandFactory Maven / Gradle / Ivy

package org.gmjm.slack.api.command;

import java.util.Map;

public interface SlackCommandFactory {

	/**
	 *
	 * @param requestParameters the parameters recieved from the slack command.
	 * @return A SlackCommand object parsed from the requestParameters.
	 */
	SlackCommand create(Map requestParameters);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy