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

io.split.qos.server.integrations.slack.commandintegration.SlackCommandIntegration Maven / Gradle / Ivy

There is a newer version: 22.4.3
Show newest version
package io.split.qos.server.integrations.slack.commandintegration;

import io.split.qos.server.integrations.Integration;

/**
 * Integration for receiving commands aimed to the qosbot and executing those
 * commands.
 */
public interface SlackCommandIntegration extends Integration {
    void initialize();
    /**
     * Starts listening on Slack and executes commands whenever qosbot is referenced.
     */
    void startBotListener();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy